mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-21 01:50:32 +05:00
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
+ // Groups. SMESHDS_Mesh is not an owner of groups
This commit is contained in:
parent
2ddb295e4a
commit
55fc6f9383
@ -437,6 +437,7 @@ public:
|
||||
void SetNodeOnVertex(SMDS_MeshNode * aNode, int Index);
|
||||
void SetMeshElementOnShape(const SMDS_MeshElement * anElt, int Index);
|
||||
|
||||
// Groups. SMESHDS_Mesh is not an owner of groups
|
||||
void AddGroup (SMESHDS_GroupBase* theGroup) { myGroups.insert(theGroup); }
|
||||
void RemoveGroup (SMESHDS_GroupBase* theGroup) { myGroups.erase(theGroup); }
|
||||
int GetNbGroups() const { return myGroups.size(); }
|
||||
|
Loading…
Reference in New Issue
Block a user