X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGHS3DPlugin%2FGHS3DPlugin_Hypothesis_i.hxx;h=3e6a82b8e8c5a8e20b5b72983d77ab07f432f8f9;hb=49d5abad72ddddb1ebb3132b4d6347b7070f408b;hp=50ce45bc9e74b2a1c4cc22cef400250a2bccf748;hpb=fab8a31fababdccca44f0f1b4a74115558bcf6c1;p=plugins%2Fghs3dplugin.git diff --git a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx b/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx index 50ce45b..3e6a82b 100644 --- a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx +++ b/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2014 CEA/DEN, EDF R&D +// Copyright (C) 2004-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -45,7 +45,6 @@ class GHS3DPLUGIN_EXPORT GHS3DPlugin_Hypothesis_i: public: // Constructor GHS3DPlugin_Hypothesis_i (PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl); // Destructor virtual ~GHS3DPlugin_Hypothesis_i(); @@ -65,14 +64,14 @@ class GHS3DPLUGIN_EXPORT GHS3DPlugin_Hypothesis_i: /*! * Maximal size of memory to be used by the algorithm (in Megabytes) */ - void SetMaximumMemory(CORBA::Double MB) throw ( SALOME::SALOME_Exception ); - CORBA::Double GetMaximumMemory(); + void SetMaximumMemory(CORBA::Float MB) throw ( SALOME::SALOME_Exception ); + CORBA::Float GetMaximumMemory(); /*! * Initial size of memory to be used by the algorithm (in Megabytes) in * automatic memory adjustment mode. Default is zero */ - void SetInitialMemory(CORBA::Double MB) throw ( SALOME::SALOME_Exception ); - CORBA::Double GetInitialMemory(); + void SetInitialMemory(CORBA::Float MB) throw ( SALOME::SALOME_Exception ); + CORBA::Float GetInitialMemory(); /*! * Optimization level: 0-none, 1-light, 2-medium, 3-strong. Default is medium */ @@ -127,7 +126,9 @@ class GHS3DPLUGIN_EXPORT GHS3DPlugin_Hypothesis_i: /*! * To set hiden/undocumented/advanced options */ - void SetTextOption(const char* option); + void SetAdvancedOption(const char* option); + char* GetAdvancedOption(); + void SetTextOption(const char* option); // obsolete char* GetTextOption(); /*! * To define the volumic gradation