]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageDequeUR.cxx
#3332 creaContours Bug New - Manual Paint UnDo ReDo with vtk update (working)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / imageDequeUR.cxx
index 7500cf4677716223b2b0f54b1c8505616926ca8c..433231017958fcd09417157acea330d2665dcd46 100755 (executable)
 #include "imageDequeUR.h"
 
 // ----------------------------------------------------------------------------------
-ImageDequeUR::ImageDequeUR() {
-
+ImageDequeUR::ImageDequeUR() 
+{
 }
-// ----------------------------------------------------------------------------------
-ImageDequeUR::~ImageDequeUR() {
 
-}
 // ----------------------------------------------------------------------------------
-void ImageDequeUR::AddImagesToURContainer(VTKImageDataPointerType imgUndo,
-               VTKImageDataPointerType imgRedo, ImageMManager* imMManager) {
+ImageDequeUR::~ImageDequeUR() 
+{
 }
-// ----------------------------------------------------------------------------------
-void ImageDequeUR::CleanURContainerFromIndex(const int& index) {
 
+// ----------------------------------------------------------------------------------
+void ImageDequeUR::AddImagesToURContainer(     VTKImageDataPointerType imgUndo, 
+                                                                                       VTKImageDataPointerType imgRedo, 
+                                                                                       ImageMManager* imMManager) 
+{
 }
+
 // ----------------------------------------------------------------------------------
-void ImageDequeUR::ManageMemory() {
+void ImageDequeUR::CleanURContainerFromIndex(const int& index) 
+{
+}
 
+// ----------------------------------------------------------------------------------
+void ImageDequeUR::ManageMemory() 
+{
 }
+
 // ----------------------------------------------------------------------------------
-ImageInfoUR* ImageDequeUR::Undo() {
+ImageInfoUR* ImageDequeUR::Undo() 
+{
        return NULL;
 }
+
 // ----------------------------------------------------------------------------------
-ImageInfoUR* ImageDequeUR::Redo() {
+ImageInfoUR* ImageDequeUR::Redo() 
+{
        return NULL;
 }
+
 // ----------------------------------------------------------------------------------