]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
PPGP issue.
authoreap <eap@opencascade.com>
Thu, 7 Mar 2013 08:37:57 +0000 (08:37 +0000)
committereap <eap@opencascade.com>
Thu, 7 Mar 2013 08:37:57 +0000 (08:37 +0000)
commit19ddff45f933c9d8d5461b87c4338e4afe138adf
tree5ba1d2862c0848aab8a185b8d39427b9e00c63f3
parent23d265a7a729adcd4a3442a4e01826cbb4f9f77c
PPGP issue.

Make a script valid even if some involved object are not published:
eliminate SetName() and object removal from the scrip

SMESH_2smeshpy::
   ConvertScript(const TCollection_AsciiString&            theScript,
                 Resource_DataMapOfAsciiStringAsciiString& theEntry2AccessorMethod,
                 Resource_DataMapOfAsciiStringAsciiString& theObjectNames,
+                std::set< TCollection_AsciiString >&      theRemovedObjIDs,
                 SALOMEDS::Study_ptr&                      theStudy,
                 const bool                                theHistoricalDump);
src/SMESH_I/SMESH_2smeshpy.cxx
src/SMESH_I/SMESH_2smeshpy.hxx
src/SMESH_I/SMESH_DumpPython.cxx
src/SMESH_I/SMESH_PythonDump.hxx