Salome HOME
PAL10237. Add GetHypothesesSets()
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_HypothesesUtils.h
index 16d935b1e3f70e6fb842d70d32d2b22bb08111e0..a3b93265772ece809f773ae9ffc7149617bd83dd 100644 (file)
@@ -20,7 +20,7 @@
 //
 //
 //
-//  File   : SMESHGUI_Hypotheses.h
+//  File   : SMESHGUI_HypothesesUtils.h
 //  Author : Julia DOROVSKIKH
 //  Module : SMESH
 //  $Header$
@@ -42,6 +42,7 @@
 #include <vector>
 
 class HypothesisData;
+class HypothesesSet;
 class SMESHGUI_GenericHypothesisCreator;
 class SALOMEDSClient_SObject;
 
@@ -49,7 +50,13 @@ namespace SMESH{
 
   void InitAvailableHypotheses();
 
-  QStringList GetAvailableHypotheses(const bool isAlgo);
+  QStringList GetAvailableHypotheses( const bool isAlgo, 
+                                      const int theDim = -1, 
+                                      const bool isAux = false);
+
+  QStringList GetHypothesesSets();
+
+  HypothesesSet* GetHypothesesSet(const QString theSetName);
 
   HypothesisData* GetHypothesisData(const char* aHypType);