Salome HOME
22264: EDF 2648 GEOM: Propagate edges automatic orientation
[modules/smesh.git] / src / Controls / SMESH_ControlsDef.hxx
index cf3a7cd98ecad86b60dacdc43dc85ba96159f380..41448b1f68710b2e6ed36aaf6bd35633cf88b706 100644 (file)
@@ -37,7 +37,6 @@
 #include <TColStd_SequenceOfInteger.hxx>
 #include <TCollection_AsciiString.hxx>
 #include <TopAbs.hxx>
-#include <TopTools_MapOfShape.hxx>
 #include <TopoDS_Face.hxx>
 #include <gp_XYZ.hxx>
 
@@ -974,6 +973,7 @@ namespace SMESH{
       virtual void                    init();
 
       TopoDS_Shape                    myShape;
+      TColStd_MapOfInteger            mySubShapesIDs;
       const SMESHDS_Mesh*             myMeshDS;
       SMDSAbs_ElementType             myType;
       bool                            myIsSubshape;