Salome HOME
23307: [EDF 7315] Improvement of DISTENE meshing plugins
[plugins/hexoticplugin.git] / src / HexoticPlugin / HexoticPlugin_Hypothesis_i.hxx
index 0b8f4125da3813a0a011ac6a73e03370cc36f985..cd625583992277ce1b8103ef38c9287f5c88c51e 100644 (file)
@@ -84,7 +84,9 @@ class HEXOTICPLUGIN_EXPORT HexoticPlugin_Hypothesis_i:
   void SetHexoticMaxMemory(CORBA::Long theVal);
   CORBA::Long GetHexoticMaxMemory();
   
-  void SetTextOptions(const char* theOptions);
+  void SetAdvancedOption(const char* theOptions);
+  char* GetAdvancedOption();
+  void SetTextOptions(const char* theOptions); // obsolete
   char* GetTextOptions();
 
   void SetSizeMapEntry(const char* theEntry, CORBA::Double theSize);