Salome HOME
PAL10237. Add GetHypothesesSets()
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_HypothesesUtils.h
index 0edd7793b1fa067d9af5565d5c3879878da08eaa..a3b93265772ece809f773ae9ffc7149617bd83dd 100644 (file)
@@ -42,6 +42,7 @@
 #include <vector>
 
 class HypothesisData;
+class HypothesesSet;
 class SMESHGUI_GenericHypothesisCreator;
 class SALOMEDSClient_SObject;
 
@@ -53,6 +54,10 @@ namespace SMESH{
                                       const int theDim = -1, 
                                       const bool isAux = false);
 
+  QStringList GetHypothesesSets();
+
+  HypothesesSet* GetHypothesesSet(const QString theSetName);
+
   HypothesisData* GetHypothesisData(const char* aHypType);
 
   SMESHGUI_GenericHypothesisCreator* GetHypothesisCreator(const char* aHypType);