Salome HOME
remove not used fields
authoreap <eap@opencascade.com>
Wed, 26 Jan 2005 08:35:00 +0000 (08:35 +0000)
committereap <eap@opencascade.com>
Wed, 26 Jan 2005 08:35:00 +0000 (08:35 +0000)
src/SMESH/SMESH_Mesh.hxx

index a28a67ea5eb7232056768eea7346c9584c2019ae..31bd28ee27067391129a6565458c2f46ee7c3ab9 100644 (file)
@@ -215,19 +215,17 @@ private:
   //
   
 private:
-  int _id;                                     // id given by creator (unique within the creator instance)
-  int _studyId;
-  int _idDoc;                                  // id given by SMESHDS_Document
-  int _groupId;                                   // id generator for group objects
-  bool _isShapeToMesh;                         // set to true when a shape is given (only once)
-  list<const SMESHDS_Hypothesis *> _subShapeHypothesisList;
-  list <SMESH_subMesh *> _subMeshesUsingHypothesisList;
-  SMESHDS_Document * _myDocument;
-  SMESHDS_Mesh * _myMeshDS;
-  //TopTools_IndexedMapOfShape _subShapes; USE the same map of _myMeshDS
+  int                        _id;           // id given by creator (unique within the creator instance)
+  int                        _studyId;
+  int                        _idDoc;        // id given by SMESHDS_Document
+  int                        _groupId;      // id generator for group objects
+  bool                       _isShapeToMesh;// set to true when a shape is given (only once)
+  list <SMESH_subMesh *>     _subMeshesUsingHypothesisList;
+  SMESHDS_Document *         _myDocument;
+  SMESHDS_Mesh *             _myMeshDS;
   map <int, SMESH_subMesh *> _mapSubMesh;
   map <int, SMESH_Group *>   _mapGroup;
-  SMESH_Gen *_gen;
+  SMESH_Gen *                _gen;
   
   TopTools_IndexedDataMapOfShapeListOfShape _mapAncestors;