Salome HOME
0022761: [EDF] Improvement of Explode dialog box
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Types.hxx
index d79349d3982a085c6cbcff3b1988bc0a2d68a669..556255ae846a512f6dd3382ae776d3fab19a49f8 100644 (file)
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
+#ifndef GEOMImpl_Types_HXX
+#define GEOMImpl_Types_HXX
+
+#include <TopAbs_ShapeEnum.hxx>
 
 // GEOM_Object types
 
 #define USER_TYPE_EX 1000 // Base type for GEOM plugins
 
 
-//Plugins specified constants
+// Plugins specified constants
 #define PLUGIN_NAME "Plugin Name"
+
+// Flat type for TopAbs
+enum { TopAbs_FLAT = TopAbs_SHAPE+1 };
+
+#endif // GEOMImpl_Types_HXX