]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageDequeUR.cxx
DFCH: ManualPaint + imageUndoRedo: Undo/Redo functionality its now working =) =)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / imageDequeUR.cxx
index 902cea3806041d9ad1b89deaafe291b31e3198be..0b2e41976ebf9bbcdb3dc80add1a68cc879944bf 100755 (executable)
@@ -1,26 +1,39 @@
+/*!
+ * @file       imageDequeUR.cxx
+ * @brief      This file contains the implementation of the ImageDequeUR class.
+ * @author     Info-Dev
+ * @author     Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
+ * @date       2011-11-15
+ */
+
 #include "imageDequeUR.h"
 
+// ----------------------------------------------------------------------------------
 ImageDequeUR::ImageDequeUR() {
 
 }
+// ----------------------------------------------------------------------------------
 ImageDequeUR::~ImageDequeUR() {
 
 }
+// ----------------------------------------------------------------------------------
 void ImageDequeUR::AddImagesToURContainer(VTKImageDataPointerType imgUndo,
                VTKImageDataPointerType imgRedo, ImageMManager* imMManager) {
 }
-
+// ----------------------------------------------------------------------------------
 void ImageDequeUR::CleanURContainerFromIndex(const int& index) {
 
 }
-
+// ----------------------------------------------------------------------------------
 void ImageDequeUR::ManageMemory() {
 
 }
-
+// ----------------------------------------------------------------------------------
 ImageInfoUR* ImageDequeUR::Undo() {
        return NULL;
 }
+// ----------------------------------------------------------------------------------
 ImageInfoUR* ImageDequeUR::Redo() {
        return NULL;
 }
+// ----------------------------------------------------------------------------------