X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CDMATH%2Fmesh%2Finc%2FMesh.hxx;h=7d580eba3f0ab3a639b3e97e82719b43cc75fb7b;hb=524b9cee47b0be57a9c160a9ad61ff83f1baf56e;hp=23eb46e316d53a5f6d13a6948d7c9a703d527363;hpb=76463826535eb77e6b00ad7fefc6e62c9a5944d8;p=tools%2Fsolverlab.git diff --git a/CDMATH/mesh/inc/Mesh.hxx b/CDMATH/mesh/inc/Mesh.hxx index 23eb46e..7d580eb 100644 --- a/CDMATH/mesh/inc/Mesh.hxx +++ b/CDMATH/mesh/inc/Mesh.hxx @@ -259,17 +259,29 @@ public: //---------------------------------------------------------------- */ std::vector getNameOfNodeGroups( void ) const ; + /** + * \brief return the list of face groups ids + * @return _faceGroupsIds + */ + std::vector< std::vector > getFaceGroups( void ) const ; + + /** + * \brief return the list of node groups Ids + * @return _nodeGroupsIds + */ + std::vector< std::vector > getNodeGroups( void ) const ; + /** * \brief return the list of face groups * @return _faceGroups */ - std::vector getFaceGroups( void ) const ; + std::vector getMEDCouplingFaceGroups( void ) const ; /** * \brief return the list of node groups * @return _nodeGroups */ - std::vector getNodeGroups( void ) const ; + std::vector getMEDCouplingNodeGroups( void ) const ; /** * \brief Functions to extract boundary nodes and faces Ids