X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_HypothesesUtils.h;h=b8ea3f846c12dcd8fb3fea4ce04548863f7a2e7d;hb=1335ea88437f94da949b901919146911db3aebcb;hp=0edd7793b1fa067d9af5565d5c3879878da08eaa;hpb=f4cb697fcc605c3b9cdb517f9b4eef6b8532dc1a;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index 0edd7793b..b8ea3f846 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -16,7 +16,7 @@ // 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.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -42,8 +42,10 @@ #include class HypothesisData; +class HypothesesSet; class SMESHGUI_GenericHypothesisCreator; class SALOMEDSClient_SObject; +class algo_error_array; namespace SMESH{ @@ -53,8 +55,19 @@ namespace SMESH{ const int theDim = -1, const bool isAux = false); + QStringList GetHypothesesSets(); + + HypothesesSet* GetHypothesesSet(const QString theSetName); + HypothesisData* GetHypothesisData(const char* aHypType); + bool IsAvailableHypothesis(const HypothesisData* algoData, + const QString& hypType, + bool& isOptional); + + bool IsCompatibleAlgorithm(const HypothesisData* algo1Data, + const HypothesisData* algo2Data); + SMESHGUI_GenericHypothesisCreator* GetHypothesisCreator(const char* aHypType); SMESH::SMESH_Hypothesis_ptr CreateHypothesis(const char* aHypType, @@ -73,6 +86,7 @@ namespace SMESH{ typedef std::vector<_PTR(SObject)> SObjectList; SObjectList GetMeshesUsingAlgoOrHypothesis(SMESH::SMESH_Hypothesis_ptr AlgoOrHyp ) ; + QString GetMessageOnAlgoStateErrors(const algo_error_array& errors); } #endif