Salome HOME
#17328: EDF 20043 - Submeshes
[modules/smesh.git] / src / SMESH / SMESH_subMesh.hxx
index 7d5a568e70f030412166a6353a3ea9ed1dc5e1d3..5a8361278e02d784da0ff17c6219cbc4f2806a8f 100644 (file)
@@ -332,6 +332,7 @@ protected:
   std::vector< SMESH_subMesh * >   _ancestors;
 
   SMESH_Algo *          _algo; // the algorithm found by last *StateEngine() call
+  TopoDS_Shape          _algoShape; // shape the algorithm is assigned to
   algo_state            _algoState;
   compute_state         _computeState;
   SMESH_ComputeErrorPtr _computeError;