]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/regionStructUR.h
a6aac622aaf5dd5be9790436136e5f184ad403aa
[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 struct RegionStructUR {
12         int minX;
13         int maxX;
14         int minY;
15         int maxY;
16         int minZ;
17         int maxZ;
18 };
19
20 #endif /* REGIONSTRUCT_H_ */