X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_HypothesesUtils.h;h=2fb920af91c60e99f87f4ee7322916b5a17685b3;hp=a3b93265772ece809f773ae9ffc7149617bd83dd;hb=bf36cccf8ecd8f2d43c10106ec053d89a495d99a;hpb=ad354c1c09d07f6209959280776881d2e249721a diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index a3b932657..2fb920af9 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -45,6 +45,7 @@ class HypothesisData; class HypothesesSet; class SMESHGUI_GenericHypothesisCreator; class SALOMEDSClient_SObject; +class algo_error_array; namespace SMESH{ @@ -78,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