Salome HOME
GetElementType method added
[modules/smesh.git] / src / SMESH_I / SMESH_subMesh_i.hxx
index acbcd63994fe365e865c7c62cafc27dff8657c1c..e8d84b37e734eea52aa0813632159843cae75f2c 100644 (file)
@@ -64,6 +64,9 @@ public:
   SMESH::long_array* GetElementsByType( SMESH::ElementType theElemType )
     throw (SALOME::SALOME_Exception);
   
+  SMESH::ElementType GetElementType( const CORBA::Long id, const bool iselem )
+    throw (SALOME::SALOME_Exception);
+  
   SMESH::long_array* GetNodesId()
     throw (SALOME::SALOME_Exception);