Salome HOME
21680: EDF 2288 SMESH: creation of 0D elements from other elements
[modules/smesh.git] / src / SMDS / SMDS_MeshGroup.hxx
index 6dae34579186df7cf39af96d23a61c0a82bf7f8d..c46184ea9dac57799f8c721207b4a5f04036626a 100644 (file)
@@ -83,8 +83,8 @@ class SMDS_EXPORT SMDS_MeshGroup:public SMDS_MeshObject
 
         const SMDS_Mesh *                       myMesh;
         SMDSAbs_ElementType                     myType;
-        std::set<const SMDS_MeshElement *>      myElements;
-        SMDS_MeshGroup *                        myParent;
+        std::set<const SMDS_MeshElement*>       myElements; /* - not sorted by ID because it */
+        SMDS_MeshGroup *                        myParent;   /* can contain deleted elements */
         std::list<const SMDS_MeshGroup*>        myChildren;
         TIterator                               myIterator;
         TGroupIterator                          myGroupIterator;