X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_HypothesesUtils.h;h=16d935b1e3f70e6fb842d70d32d2b22bb08111e0;hb=c981fa08d90e8e8e91e24424701357141b8dda56;hp=d87f45cb8a972efe356788574117d8a717b7ad1a;hpb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index d87f45cb8..16d935b1e 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -32,14 +32,18 @@ #include #include "SALOME_InteractiveObject.hxx" +#include "SALOMEDSClient_definitions.hxx" #include "SALOMEconfig.h" #include CORBA_CLIENT_HEADER(SALOMEDS) #include CORBA_SERVER_HEADER(SMESH_Mesh) #include CORBA_SERVER_HEADER(SMESH_Hypothesis) +#include + class HypothesisData; class SMESHGUI_GenericHypothesisCreator; +class SALOMEDSClient_SObject; namespace SMESH{ @@ -61,10 +65,11 @@ namespace SMESH{ bool RemoveHypothesisOrAlgorithmOnMesh(const Handle(SALOME_InteractiveObject)& IObject); - bool RemoveHypothesisOrAlgorithmOnMesh(SALOMEDS::SObject_ptr MorSM, + bool RemoveHypothesisOrAlgorithmOnMesh(_PTR(SObject) MorSM, SMESH::SMESH_Hypothesis_ptr anHyp); - SALOMEDS::Study::ListOfSObject* GetMeshesUsingAlgoOrHypothesis(SMESH::SMESH_Hypothesis_ptr AlgoOrHyp ) ; + typedef std::vector<_PTR(SObject)> SObjectList; + SObjectList GetMeshesUsingAlgoOrHypothesis(SMESH::SMESH_Hypothesis_ptr AlgoOrHyp ) ; }