]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_Tools.h
Salome HOME
Add tools
[modules/shaper.git] / src / GeomValidators / GeomValidators_Tools.h
index bb1db6644187aa3a0507af235fccd1cc8b64ecf7..83a2c3f666b7d9681fb81078f7cc5a7e971f761e 100644 (file)
@@ -11,6 +11,8 @@
 #include "ModelAPI_Object.h"
 #include "ModelAPI_Attribute.h"
 
+#include "TopAbs_ShapeEnum.hxx"
+#include "TopoDS_Shape.hxx"
 
 namespace GeomValidators_Tools
 {
@@ -18,6 +20,10 @@ namespace GeomValidators_Tools
   /// \param theObj an object 
   GEOMVALIDATORS_EXPORT ObjectPtr getObject(const AttributePtr& theAttribute);
 
+  // Returns the object from the attribute
+  /// \param theObj an object 
+  GEOMVALIDATORS_EXPORT TopAbs_ShapeEnum getCompoundSubType(const TopoDS_Shape& theShape);
+
 };
 
 #endif