From 31e0d2b9b7d4a418c7df17875648031b382c5a5e Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 26 Jan 2005 08:35:00 +0000 Subject: [PATCH] remove not used fields --- src/SMESH/SMESH_Mesh.hxx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/SMESH/SMESH_Mesh.hxx b/src/SMESH/SMESH_Mesh.hxx index a28a67ea5..31bd28ee2 100644 --- a/src/SMESH/SMESH_Mesh.hxx +++ b/src/SMESH/SMESH_Mesh.hxx @@ -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 _subShapeHypothesisList; - list _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 _subMeshesUsingHypothesisList; + SMESHDS_Document * _myDocument; + SMESHDS_Mesh * _myMeshDS; map _mapSubMesh; map _mapGroup; - SMESH_Gen *_gen; + SMESH_Gen * _gen; TopTools_IndexedDataMapOfShapeListOfShape _mapAncestors; -- 2.30.2