Salome HOME
Corrected missing data in copy constructor
[tools/solverlab.git] / CDMATH / mesh / inc / Mesh.hxx
index 23eb46e316d53a5f6d13a6948d7c9a703d527363..7d580eba3f0ab3a639b3e97e82719b43cc75fb7b 100644 (file)
@@ -259,17 +259,29 @@ public: //----------------------------------------------------------------
         */
        std::vector<std::string> getNameOfNodeGroups( void )  const ;
 
+       /**
+        * \brief return the list of face groups ids
+        * @return _faceGroupsIds
+        */
+       std::vector< std::vector<int> > getFaceGroups( void )  const ;
+
+       /**
+        * \brief return the list of node groups Ids
+        * @return _nodeGroupsIds
+        */
+       std::vector< std::vector<int> > getNodeGroups( void )  const ;
+
        /**
         * \brief return the list of face groups
         * @return _faceGroups
         */
-       std::vector<MEDCoupling::MEDCouplingUMesh *> getFaceGroups( void )  const ;
+       std::vector<MEDCoupling::MEDCouplingUMesh *> getMEDCouplingFaceGroups( void )  const ;
 
        /**
         * \brief return the list of node groups
         * @return _nodeGroups
         */
-       std::vector<MEDCoupling::DataArrayIdType *> getNodeGroups( void )  const ;
+       std::vector<MEDCoupling::DataArrayIdType *> getMEDCouplingNodeGroups( void )  const ;
 
     /**
      * \brief Functions to extract boundary nodes and faces Ids