Salome HOME
0020744: EDF 1272 GEOM : Get(Real?)type of an object
[modules/geom.git] / src / GEOM_I / GEOM_Object_i.hh
index 46a7ae2c08d9b3459c64300182b4343f59f35dbe..7b56a603c3c49136c8cf0a61ea99e337caa6d691 100644 (file)
@@ -51,6 +51,8 @@ class GEOM_I_EXPORT GEOM_Object_i : public virtual POA_GEOM::GEOM_Object, public
 
   virtual GEOM::shape_type GetShapeType();
 
+  virtual GEOM::shape_type GetTopologyType();
+
   virtual void SetName(const char* theName);
 
   virtual char* GetName();