remove not used fields

This commit is contained in:
eap 2005-01-26 08:35:00 +00:00
parent a4f98fe737
commit 31e0d2b9b7

View File

@ -219,15 +219,13 @@ private:
int _studyId; int _studyId;
int _idDoc; // id given by SMESHDS_Document int _idDoc; // id given by SMESHDS_Document
int _groupId; // id generator for group objects int _groupId; // id generator for group objects
bool _isShapeToMesh; // set to true when a shape is given (only once) bool _isShapeToMesh;// set to true when a shape is given (only once)
list<const SMESHDS_Hypothesis *> _subShapeHypothesisList;
list <SMESH_subMesh *> _subMeshesUsingHypothesisList; list <SMESH_subMesh *> _subMeshesUsingHypothesisList;
SMESHDS_Document * _myDocument; SMESHDS_Document * _myDocument;
SMESHDS_Mesh * _myMeshDS; SMESHDS_Mesh * _myMeshDS;
//TopTools_IndexedMapOfShape _subShapes; USE the same map of _myMeshDS
map <int, SMESH_subMesh *> _mapSubMesh; map <int, SMESH_subMesh *> _mapSubMesh;
map <int, SMESH_Group *> _mapGroup; map <int, SMESH_Group *> _mapGroup;
SMESH_Gen *_gen; SMESH_Gen * _gen;
TopTools_IndexedDataMapOfShapeListOfShape _mapAncestors; TopTools_IndexedDataMapOfShapeListOfShape _mapAncestors;