mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 07:00:33 +05:00
SALOME Mesh module
b0d8fa70d6
Map names of variables set via SetVarParameter() to the method name setting them + void SetVarParameter (const char* parameter, const char* method); + char* GetVarParameter (const char* methodName); + std::map< std::string, std::string > myMethod2VarParams; // variable parameters + + public: + // Methods for backward compatibility of notebook variables + virtual void setOldParameters (const char* theParameters); + virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const { return ""; } + virtual int getParamIndex(const TCollection_AsciiString& method, int nbVars) const { return -1; } }; // ====================================================== |
||
---|---|---|
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 |