]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/regionStructUR.h
76e4a11ae173f9d20bae1a775dbecc061b15c39d
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / regionStructUR.h
1 /*
2  * RegionStruct.h
3  *
4  *  Created on: Sep 22, 2011
5  *      Author: caceres
6  */
7
8 #ifndef REGIONSTRUCT_H_
9 #define REGIONSTRUCT_H_
10
11 #include <iostream>
12
13 struct RegionStructUR{
14         int minX;
15         int maxX;
16         int minY;
17         int maxY;
18         int minZ;
19         int maxZ;
20         float value;
21 };
22
23
24 #endif /* REGIONSTRUCT_H_ */