]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/DriverMED/DriverMED_Family.h
Salome HOME
Revert "23418: [OCC] Mesh: Minimization of memory usage of SMESH"
[modules/smesh.git] / src / DriverMED / DriverMED_Family.h
index 97157a2a3b710599921f3121fea393a0e77d9af4..c71ea7254622a777ad0336c91831083a5d965db3 100644 (file)
@@ -119,11 +119,9 @@ class MESHDRIVERMED_EXPORT DriverMED_Family
 
   bool MemberOf(std::string theGroupName) const;
 
-  int  GetGroupAttributVal() const;
+  int GetGroupAttributVal() const;
   void SetGroupAttributVal( int theValue);
 
-  size_t NbElements( SMDSAbs_ElementType ) const;
-
  private:
   //! Initialize the tool by SMESHDS_GroupBase
   void Init (SMESHDS_GroupBase* group);