mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
SALOME Mesh module
b3cac3834a
Fix approach to storage of NoteBook variables. Before the fix: names of variables are stored in PythonDump commands and nothing is stored in the Study. Problem: after variable removal, the PythonDump script becomes invalid. Fix: names of variables are stored in the Study, PythonDump commands store indices of variables within "StringAttribute". class SMESH_Gen_i { ... - void UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char* theParameters); + void UpdateParameters(CORBA::Object_ptr theObject, const char* theParameters); + const std::vector< int >& GetLastParamIndices() const; + std::vector< std::string > GetAllParameters(const std::string& theObjectEntry) const; |
||
---|---|---|
adm_local | ||
bin | ||
doc | ||
idl | ||
resources | ||
src | ||
AUTHORS | ||
build_cmake | ||
build_cmake.bat | ||
build_configure | ||
ChangeLog | ||
clean_configure | ||
configure.ac | ||
COPYING | ||
cvs-tags | ||
INSTALL | ||
LICENCE | ||
Makefile.am | ||
NEWS | ||
README | ||
SMESH_version.h.in |