/* * RegionStruct.h * * Created on: Sep 22, 2011 * Author: caceres */ #ifndef REGIONSTRUCT_H_ #define REGIONSTRUCT_H_ #include struct RegionStructUR{ int minX; int maxX; int minY; int maxY; int minZ; int maxZ; }; #endif /* REGIONSTRUCT_H_ */