Salome HOME
Merge from tetra_hpc branch
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / GHS3DPRLPlugin_Hypothesis_i.hxx
index 04d592a8b22861940c3f13d0db1ba3d4854455ec..3109336fb5e58ca65fde88427d8fdbc167a0f9c9 100755 (executable)
@@ -44,8 +44,8 @@ class GHS3DPRLPLUGIN_EXPORT GHS3DPRLPlugin_Hypothesis_i:
  public:
   // Constructor
   GHS3DPRLPlugin_Hypothesis_i (PortableServer::POA_ptr thePOA,
-                              int                     theStudyId,
-                              ::SMESH_Gen*            theGenImpl);
+                               int                     theStudyId,
+                               ::SMESH_Gen*            theGenImpl);
   // Destructor
   virtual ~GHS3DPRLPlugin_Hypothesis_i();
 
@@ -62,8 +62,17 @@ class GHS3DPRLPLUGIN_EXPORT GHS3DPRLPlugin_Hypothesis_i:
   void SetBackground(CORBA::Boolean theVal);
   CORBA::Boolean GetBackground();
 
-  void SetToMeshHoles(CORBA::Boolean theVal);
-  CORBA::Boolean GetToMeshHoles();
+  void SetToMergeSubdomains(CORBA::Boolean theVal);
+  CORBA::Boolean GetToMergeSubdomains();
+
+  void SetToTagSubdomains(CORBA::Boolean theVal);
+  CORBA::Boolean GetToTagSubdomains();
+
+  void SetToOutputInterfaces(CORBA::Boolean theVal);
+  CORBA::Boolean GetToOutputInterfaces();
+
+  void SetToDiscardSubdomains(CORBA::Boolean theVal);
+  CORBA::Boolean GetToDiscardSubdomains();
 
   // Get implementation
   ::GHS3DPRLPlugin_Hypothesis* GetImpl();