Salome HOME
Merge from BR_V5_DEV 17Feb09
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_Hypothesis_i.hxx
index 0df0f0dfc681263efc89b093b435c7699e25683a..76b826ff48e2c89dc317d5dc435079ab467843c7 100644 (file)
@@ -1,30 +1,26 @@
-//  BLSURFPlugin : C++ implementation
+//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D
 //
-//  Copyright (C) 2006  OPEN CASCADE, 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 
-//  License as published by the Free Software Foundation; either 
-//  version 2.1 of the License. 
-// 
-//  This library is distributed in the hope that it will be useful, 
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
-//  Lesser General Public License for more details. 
-// 
-//  You should have received a copy of the GNU Lesser General Public 
-//  License along with this library; if not, write to the Free Software 
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
-// 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of the GNU Lesser General Public
+//  License as published by the Free Software Foundation; either
+//  version 2.1 of the License.
 //
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+// ---
+// File    : BLSURFPlugin_Hypothesis.hxx
+// Authors : Francis KLOSS (OCC) & Patrick LAUG (INRIA) & Lioka RAZAFINDRAZAKA (CEA)
+// ---
 //
-// File      : BLSURFPlugin_Hypothesis_i.hxx
-// Authors   : Francis KLOSS (OCC) & Patrick LAUG (INRIA) & Lioka RAZAFINDRAZAKA (CEA)
-// Date      : 03/04/2006
-// Project   : SALOME
-//=============================================================================
-
 #ifndef _BLSURFPlugin_Hypothesis_i_HXX_
 #define _BLSURFPlugin_Hypothesis_i_HXX_
 
@@ -59,12 +55,27 @@ class BLSURFPlugin_Hypothesis_i:
   void SetPhySize(CORBA::Double theValue);
   CORBA::Double GetPhySize();
 
+  void SetPhyMin(CORBA::Double theMinSize);
+  CORBA::Double GetPhyMin();
+
+  void SetPhyMax(CORBA::Double theMaxSize);
+  CORBA::Double GetPhyMax();
+
   void SetGeometricMesh(CORBA::Long theValue);
   CORBA::Long GetGeometricMesh();
 
   void SetAngleMeshS(CORBA::Double theValue);
   CORBA::Double GetAngleMeshS();
 
+  void SetAngleMeshC(CORBA::Double angle);
+  CORBA::Double GetAngleMeshC();
+
+  void SetGeoMin(CORBA::Double theMinSize);
+  CORBA::Double GetGeoMin();
+
+  void SetGeoMax(CORBA::Double theMaxSize);
+  CORBA::Double GetGeoMax();
+
   void SetGradation(CORBA::Double theValue);
   CORBA::Double GetGradation();
 
@@ -74,6 +85,19 @@ class BLSURFPlugin_Hypothesis_i:
   void SetDecimesh(CORBA::Boolean theValue);
   CORBA::Boolean GetDecimesh();
 
+  void SetVerbosity(CORBA::Short theVal) throw (SALOME::SALOME_Exception);
+  CORBA::Short GetVerbosity();
+
+  void SetOptionValue(const char* optionName,
+                      const char* optionValue) throw (SALOME::SALOME_Exception);
+  char* GetOptionValue(const char* optionName) throw (SALOME::SALOME_Exception);
+
+  void UnsetOption(const char* optionName);
+
+  BLSURFPlugin::string_array* GetOptionValues();
+
+  void SetOptionValues(const BLSURFPlugin::string_array& options) throw (SALOME::SALOME_Exception);
+
   // Get implementation
   ::BLSURFPlugin_Hypothesis* GetImpl();