]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageDequeUR.cxx
DFCH: Manualpaint + imageUndoRedo Big changes, new class for the management of the...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / imageDequeUR.cxx
1 #include "imageDequeUR.h"
2
3 ImageDequeUR::ImageDequeUR() {
4
5 }
6 ImageDequeUR::~ImageDequeUR() {
7
8 }
9 void ImageDequeUR::AddImageToUndoContainer(VTKImageDataPointerType img,
10                 ImageMManager* imManager) {
11 }
12 void ImageDequeUR::AddImageToRedoContainer(VTKImageDataPointerType img,
13                 ImageMManager* imMManager) {
14 }
15 void ImageDequeUR::CleanUndoContainerFromIndex(const int& index) {
16
17 }
18 void ImageDequeUR::CleanRedoContainerFromIndex(const int& index) {
19 }
20 void ImageDequeUR::CleanContainers() {
21
22 }
23
24 ImageInfoUR* ImageDequeUR::Undo() {
25         return NULL;
26 }
27 ImageInfoUR* ImageDequeUR::Redo() {
28         return NULL;
29 }