]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageInfoUR.h
#3474 Refresh optimization DrawAxisTree3D Box
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / imageInfoUR.h
index aa8000325af703aaec71877e013990a49a054ed9..8002f5f15cfb1c9a2ebb0f13bcb5c6c318d07e58 100755 (executable)
@@ -181,13 +181,12 @@ public:
        bool GetStatus();
        // ----------------------------------------------------------------------------------
 private:
-       VTKImageDataPointerType m_UndoImage; //!<This is the undo image.
-       VTKImageDataPointerType m_RedoImage; //!<This is the redo image
-       StringType m_ImageName; //!<This is the base name of the images.
-       ImageMManagerType* m_ImageMManager; //!<This is the modification manager of the images.
-       bool m_OnMemory; //!<This is true if the images are in memory.
-       bool m_OnDisk; //!<This is true if the images are in disk.
-
+       VTKImageDataPointerType m_UndoImage;            //!<This is the undo image.
+       VTKImageDataPointerType m_RedoImage;            //!<This is the redo image
+       StringType                              m_ImageName;            //!<This is the base name of the images.
+       ImageMManagerType               *m_ImageMManager;       //!<This is the modification manager of the images.
+       bool                                    m_OnMemory;             //!<This is true if the images are in memory.
+       bool                                    m_OnDisk;                       //!<This is true if the images are in disk.
 };
 
 #endif /* IMAGEINFO_H_ */