]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/managerUR.cxx
e0b183bea4b5bcc52dad8ff24ff6243b7b87900a
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / managerUR.cxx
1 /*!
2  * @file        managerUR.cxx
3  * @brief       This file contains the ManagerUR class.
4  * @author      Info-Dev
5  * @author      Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
6  * @date        2011-11-15
7  */
8
9 #include "managerUR.h"
10
11 // ----------------------------------------------------------------------------------
12 ManagerUR::ManagerUR() {
13
14 }
15 // ----------------------------------------------------------------------------------
16 ManagerUR::~ManagerUR() {
17
18 }
19 // ----------------------------------------------------------------------------------
20 void ManagerUR::SetImage(VTKImageDataPointerType image) {
21
22 }
23 // ----------------------------------------------------------------------------------
24 void ManagerUR::Undo() {
25
26 }
27 // ----------------------------------------------------------------------------------
28 void ManagerUR::Redo() {
29
30 }
31 // ----------------------------------------------------------------------------------
32 void ManagerUR::SetURImages(ImageMManagerType* imMManager) {
33
34 }
35 // ----------------------------------------------------------------------------------
36 void ManagerUR::DrawUR(ImageInfoUR* imageInfo, const bool& undo) {
37
38 }
39 // ----------------------------------------------------------------------------------