Salome HOME
Support of python dump in SHAPER STUDY
[modules/smesh.git] / src / SMESH_I / SMESH_2smeshpy.hxx
index 71ecd144552f6256e1fb0897450b7c71abdc2cba..b7db1557cdfed54f677927c0641a9b3e0e5428a1 100644 (file)
@@ -323,7 +323,10 @@ private:
   Handle(_pyCommand)                        myLastCommand;
   int                                       myNbFilters;
   bool                                      myToKeepAllCommands;
+  // difference of entry and index of this difference
   int                                       myGeomIDNb, myGeomIDIndex;
+  // difference of entry and index of this difference, specific for the SHAPER study
+  int                                       myShaperIDNb, myShaperIDIndex;
   std::map< _AString, ExportedMeshData >    myFile2ExportedMesh;
   Handle( _pyHypothesisReader )             myHypReader;