Salome HOME
0019923: EDF 765 SMESH : default values of hypothesis
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Hypotheses.cxx
index f42b6f179a01c1377c40db987da9206fe2d9bd42..69f1c3cc5c295fd02d3ebb3a81f6ab01ec88f146 100644 (file)
@@ -363,6 +363,11 @@ SMESH::SMESH_Hypothesis_var SMESHGUI_GenericHypothesisCreator::initParamsHypothe
   return myInitParamsHypo;
 }
 
+bool SMESHGUI_GenericHypothesisCreator::hasInitParamsHypothesis() const
+{
+  return !CORBA::is_nil( myInitParamsHypo );
+}
+
 QString SMESHGUI_GenericHypothesisCreator::hypType() const
 {
   return myHypType;