X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_2smeshpy.hxx;fp=src%2FSMESH_I%2FSMESH_2smeshpy.hxx;h=b7db1557cdfed54f677927c0641a9b3e0e5428a1;hp=71ecd144552f6256e1fb0897450b7c71abdc2cba;hb=2cdec6ec506baa5a7777e3c1d6826ff176f9f3e9;hpb=ab494e654ae6e3b7cc7c272dc09f8aedc6ffddae diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index 71ecd1445..b7db1557c 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -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;