]> Creatis software - creaContours.git/blob - lib/kernel_ManagerContour_NDimensions/CommandDataBase.h
0a142f23367d416d732c5fbef122a37c576683c7
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / CommandDataBase.h
1 #ifndef __COMMAND_DATA_BASE__
2 #define __COMMAND_DATA_BASE__
3
4
5
6 //------------------------------------------------------------------------------------------------------------
7 // Includes
8 //------------------------------------------------------------------------------------------------------------
9 class CommandDataBase{
10
11 //------------------------------------------------------------------------------------------------------------
12 // Constructors & Destructors
13 //------------------------------------------------------------------------------------------------------------
14 public:
15 //------------------------------------------------------------------------------------------------------------
16 // Methods
17 //------------------------------------------------------------------------------------------------------------
18
19
20 //------------------------------------------------------------------------------------------------------------
21 // Constants
22 //------------------------------------------------------------------------------------------------------------
23
24 private:        
25 //------------------------------------------------------------------------------------------------------------
26 // Attributes
27 //------------------------------------------------------------------------------------------------------------
28
29 };
30 #endif