SALOME Mesh module
Go to file
eap b3cac3834a 0051789: TC7.2.0: NoteBook cannot update study
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;
2013-03-28 15:23:34 +00:00
adm_local Distribute CMakeLists.txt files with sources (make dist) 2013-03-20 12:07:34 +00:00
bin Merge from V6_5_BR 05/06/2012 2012-06-05 12:18:07 +00:00
doc mark "Evaluating mesh size" as optional 2013-03-26 10:12:46 +00:00
idl 0021859: SMESH : Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27 2013-03-06 08:34:46 +00:00
resources Imp: numbering font preferences 2012-12-29 11:45:10 +00:00
src 0051789: TC7.2.0: NoteBook cannot update study 2013-03-28 15:23:34 +00:00
AUTHORS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
build_cmake Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir. 2013-02-14 14:32:46 +00:00
build_cmake.bat Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir. 2013-02-14 14:32:46 +00:00
build_configure Merge from V6_5_BR 05/06/2012 2012-06-05 12:18:07 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
clean_configure Merge from V6_5_BR 05/06/2012 2012-06-05 12:18:07 +00:00
configure.ac 0021895: EDF 2372 GEOM SMESH : Generate the doc examples from real python scripts 2013-02-08 14:11:14 +00:00
COPYING Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
Makefile.am Merge from V6_5_BR 05/06/2012 2012-06-05 12:18:07 +00:00
NEWS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
README Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
SMESH_version.h.in Merge from V6_5_BR 05/06/2012 2012-06-05 12:18:07 +00:00