X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_HypothesesUtils.h;h=2fb920af91c60e99f87f4ee7322916b5a17685b3;hb=a2a51ec8eaa7588d101e5cbad275a001f03285f5;hp=0edd7793b1fa067d9af5565d5c3879878da08eaa;hpb=f4cb697fcc605c3b9cdb517f9b4eef6b8532dc1a;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index 0edd7793b..2fb920af9 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -42,8 +42,10 @@ #include class HypothesisData; +class HypothesesSet; class SMESHGUI_GenericHypothesisCreator; class SALOMEDSClient_SObject; +class algo_error_array; namespace SMESH{ @@ -53,6 +55,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); @@ -73,6 +79,7 @@ namespace SMESH{ typedef std::vector<_PTR(SObject)> SObjectList; SObjectList GetMeshesUsingAlgoOrHypothesis(SMESH::SMESH_Hypothesis_ptr AlgoOrHyp ) ; + QString GetMessageOnAlgoStateErrors(const algo_error_array& errors); } #endif