Salome HOME
Update of CheckDone
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_HypothesesUtils.h
index 319e329fff3dc059c6998fa65a05a3e473f9c112..01ca837ea21bac0b9669c8a5b04073d3fa957e80 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -78,6 +78,9 @@ namespace SMESH
   SMESHGUI_EXPORT
   HypothesisData* GetHypothesisData( const QString& );
 
+  SMESHGUI_EXPORT
+  HypothesisData* GetGroupTitle( const HypothesisData* hyp, const bool isAlgo );
+
   SMESHGUI_EXPORT
   bool IsAvailableHypothesis( const HypothesisData*,
                               const QString&,
@@ -112,7 +115,10 @@ namespace SMESH
   bool RemoveHypothesisOrAlgorithmOnMesh( _PTR(SObject),
                                           SMESH::SMESH_Hypothesis_ptr );
 
+  SMESHGUI_EXPORT void UpdateViewer(SMESH::SMESH_Mesh_ptr);
+
   typedef std::vector<_PTR(SObject)> SObjectList;
+  SMESHGUI_EXPORT
   SObjectList GetMeshesUsingAlgoOrHypothesis( SMESH::SMESH_Hypothesis_ptr );
 
   SMESHGUI_EXPORT
@@ -120,7 +126,7 @@ namespace SMESH
 
   SMESHGUI_EXPORT
   // name of proprty saving plug-in of a hypothesis
-  const char* Plugin_Name() { return "PLUGIN_NAME"; }
+  inline const char* Plugin_Name() { return "PLUGIN_NAME"; }
 }
 
 #endif // SMESHGUI_HYPOTHESESUTILS_H