mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-15 21:21:21 +05:00
0021375: EDF 1671 SMESH: Dump study of current state
ConvertScript(const TCollection_AsciiString& theScript, Resource_DataMapOfAsciiStringAsciiString& theEntry2AccessorMethod, Resource_DataMapOfAsciiStringAsciiString& theObjectNames, + SALOMEDS::Study_ptr& theStudy, + const bool theHistoricalDump);
This commit is contained in:
parent
2978b5432c
commit
4620909a6d
@ -52,12 +52,16 @@ public:
|
|||||||
* \param theScript - Input script
|
* \param theScript - Input script
|
||||||
* \param theEntry2AccessorMethod - The returning method names to access to
|
* \param theEntry2AccessorMethod - The returning method names to access to
|
||||||
* objects wrapped with python class
|
* objects wrapped with python class
|
||||||
|
* \param theHistoricalDump - true means to keep all commands, false means
|
||||||
|
* to exclude commands relating to objects removed from study
|
||||||
* \retval TCollection_AsciiString - Convertion result
|
* \retval TCollection_AsciiString - Convertion result
|
||||||
*/
|
*/
|
||||||
static TCollection_AsciiString
|
static TCollection_AsciiString
|
||||||
ConvertScript(const TCollection_AsciiString& theScript,
|
ConvertScript(const TCollection_AsciiString& theScript,
|
||||||
Resource_DataMapOfAsciiStringAsciiString& theEntry2AccessorMethod,
|
Resource_DataMapOfAsciiStringAsciiString& theEntry2AccessorMethod,
|
||||||
Resource_DataMapOfAsciiStringAsciiString& theObjectNames);
|
Resource_DataMapOfAsciiStringAsciiString& theObjectNames,
|
||||||
|
SALOMEDS::Study_ptr& theStudy,
|
||||||
|
const bool theHistoricalDump);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Return the name of the python file wrapping IDL API
|
* \brief Return the name of the python file wrapping IDL API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user