return (bool)_ap->GetBool(_AP_DUMP_PYTHON_);
}
+string encodeEntry(const string& entry, const string& compName)
+{
+ return entry;
+}
+
+string decodeEntry(const string& entry)
+{
+ return entry;
+}
+
+
int SALOMEDS_IParameters::getLastSavePoint(_PTR(Study) study, const string& theID)
{
_PTR(SObject) so = study->FindComponent(theID);
*/
bool isDumpPython();
+ /*!
+ Returns encoded entry that is a relative entry for the component
+ */
+ std::string encodeEntry(const std::string& entry, const std::string& compName);
+
+ /*!
+ Returns decoded entry that is an absolute entry
+ */
+ std::string decodeEntry(const std::string& entry);
+
/*!
Returns an ID of the last save point