]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/regionStructUR.h
7cd244b42e01ed1c53a76fc7c4d33a233723d027
[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 };
21
22
23 #endif /* REGIONSTRUCT_H_ */