X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverMED%2FDriverMED_Family.h;h=1632ccb3b71cc57069ead253065b99bd35d727be;hb=5fec7e4eb742072b134c5631c80bd3cbadc92681;hp=944b9bc828e4b0b81f60ef18c5f8e1ffb37dd60a;hpb=090aff07266d376ae028ae43434bdea7c0a0f9bb;p=modules%2Fsmesh.git diff --git a/src/DriverMED/DriverMED_Family.h b/src/DriverMED/DriverMED_Family.h index 944b9bc82..1632ccb3b 100644 --- a/src/DriverMED/DriverMED_Family.h +++ b/src/DriverMED/DriverMED_Family.h @@ -89,6 +89,9 @@ class DriverMED_Family const MED::TStringSet& GetGroupNames () const { return myGroupNames; } + void SetId (const int theId) { myId = theId; } + // Sets a family ID + private: void Init (SMESHDS_GroupBase* group); // Initialize the tool by SMESHDS_GroupBase @@ -104,9 +107,6 @@ class DriverMED_Family // Remove from elements, common with , // Create family from common elements, with combined groups list. - void SetId (const int theId) { myId = theId; } - // Sets a family ID - bool IsEmpty () const { return myElements.empty(); } // Check, if this family has empty list of elements