]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/image3DDequeUR.h
#3332 creaContours Bug New - Manual Paint UnDo ReDo with vtk update (working)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / image3DDequeUR.h
index ddebb564e07a0f7a0ba5502f1be6ce22f8d6de6d..b013172a2c38998a4b200496d35f1c2641aab311 100755 (executable)
 #ifndef IMAGE3DDEQUEUR_H_
 #define IMAGE3DDEQUEUR_H_
 
+#include <deque>
+
 #include "imageDequeUR.h"
-#include <ctime>
+
+
 
 /*! @class Image3DDequeUR image3DDequeUR.h "image3DDequeUR.cxx"
  *     @brief This class contains the management of the undo/redo deque - Concrete Class
@@ -121,10 +124,10 @@ public:
        void CleanHardDisk();
        // ----------------------------------------------------------------------------------
 protected:
-       ImageInfoDeque m_ImgURDeque; //!<This is the container of the images for undo and redo.
-       int m_CurrentURPos; //!<This is the index where is located the undo and redo state.
-       StringType m_GlobalPath; //!<This is the string with the global path.
-       StringType m_IDImages; //!<This is the string with the ID of the images (For the filenames).
+       ImageInfoDeque  m_ImgURDeque;   //!<This is the container of the images for undo and redo.
+       int                     m_CurrentURPos; //!<This is the index where is located the undo and redo state.
+       StringType              m_GlobalPath;   //!<This is the string with the global path.
+       StringType              m_IDImages;     //!<This is the string with the ID of the images (For the filenames).
 };
 
 #endif /* IMAGE3DDEQUEUR_H_ */