X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_subMesh_i.hxx;h=e8d84b37e734eea52aa0813632159843cae75f2c;hp=acbcd63994fe365e865c7c62cafc27dff8657c1c;hb=1bf6ddbe2fe6f21e8c1ca914be6e423e402894f1;hpb=ebc64f68bf3d4005762eebc43354d101670dcaed diff --git a/src/SMESH_I/SMESH_subMesh_i.hxx b/src/SMESH_I/SMESH_subMesh_i.hxx index acbcd6399..e8d84b37e 100644 --- a/src/SMESH_I/SMESH_subMesh_i.hxx +++ b/src/SMESH_I/SMESH_subMesh_i.hxx @@ -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);