mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-22 18:25:37 +05:00
+ some comments
This commit is contained in:
parent
391cd4d010
commit
c353b35085
@ -83,8 +83,8 @@ class SMDS_EXPORT SMDS_MeshGroup:public SMDS_MeshObject
|
|||||||
|
|
||||||
const SMDS_Mesh * myMesh;
|
const SMDS_Mesh * myMesh;
|
||||||
SMDSAbs_ElementType myType;
|
SMDSAbs_ElementType myType;
|
||||||
std::set<const SMDS_MeshElement *> myElements;
|
std::set<const SMDS_MeshElement*> myElements; /* - not sorted by ID because it */
|
||||||
SMDS_MeshGroup * myParent;
|
SMDS_MeshGroup * myParent; /* can contain deleted elements */
|
||||||
std::list<const SMDS_MeshGroup*> myChildren;
|
std::list<const SMDS_MeshGroup*> myChildren;
|
||||||
TIterator myIterator;
|
TIterator myIterator;
|
||||||
TGroupIterator myGroupIterator;
|
TGroupIterator myGroupIterator;
|
||||||
|
Loading…
Reference in New Issue
Block a user