X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_HypothesesUtils.h;h=8768e07112e19d35bd31c137facdb367aef08e3f;hp=26206c043b30b847aeec75f610bb98ad0fcffd0b;hb=9d134b21b1ed187851322a6b5feef3bee83b6583;hpb=b0a908c0d20341651771d0249fb10882f54b2aad diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index 26206c043..8768e0711 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -58,8 +58,6 @@ class SALOMEDSClient_SObject; class algo_error_array; -#define PLUGIN_NAME "PLUGIN_NAME" - namespace SMESH { SMESHGUI_EXPORT @@ -72,7 +70,7 @@ namespace SMESH const bool = true, const bool = false); SMESHGUI_EXPORT - QStringList GetHypothesesSets( int, const QString& ); + QStringList GetHypothesesSets( int ); SMESHGUI_EXPORT HypothesesSet* GetHypothesesSet( const QString& ); @@ -96,6 +94,10 @@ namespace SMESH SMESH::SMESH_Hypothesis_ptr CreateHypothesis( const QString&, const QString&, const bool = false ); + SMESHGUI_EXPORT + bool IsApplicable( const QString&, + GEOM::GEOM_Object_ptr, + const bool = false ); SMESHGUI_EXPORT bool AddHypothesisOnMesh( SMESH::SMESH_Mesh_ptr, SMESH::SMESH_Hypothesis_ptr ); @@ -115,6 +117,10 @@ namespace SMESH SMESHGUI_EXPORT QString GetMessageOnAlgoStateErrors( const algo_error_array& ); + + SMESHGUI_EXPORT + // name of proprty saving plug-in of a hypothesis + inline const char* Plugin_Name() { return "PLUGIN_NAME"; } } #endif // SMESHGUI_HYPOTHESESUTILS_H