]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/regionStructUR.h
DFCH: Manualpaint + imageUndoRedo Big changes, new class for the management of the...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / regionStructUR.h
index 76e4a11ae173f9d20bae1a775dbecc061b15c39d..a6aac622aaf5dd5be9790436136e5f184ad403aa 100755 (executable)
@@ -8,17 +8,13 @@
 #ifndef REGIONSTRUCT_H_
 #define REGIONSTRUCT_H_
 
-#include <iostream>
-
-struct RegionStructUR{
+struct RegionStructUR {
        int minX;
        int maxX;
        int minY;
        int maxY;
        int minZ;
        int maxZ;
-       float value;
 };
 
-
 #endif /* REGIONSTRUCT_H_ */