X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_HypothesesUtils.h;h=0edd7793b1fa067d9af5565d5c3879878da08eaa;hb=fbaf4c789f6f06558d74d449934dd0e05df4213a;hp=16d935b1e3f70e6fb842d70d32d2b22bb08111e0;hpb=c38c10811a065cf5b13e8807ed71864d92ca7d80;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index 16d935b1e..0edd7793b 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -20,7 +20,7 @@ // // // -// File : SMESHGUI_Hypotheses.h +// File : SMESHGUI_HypothesesUtils.h // Author : Julia DOROVSKIKH // Module : SMESH // $Header$ @@ -49,7 +49,9 @@ namespace SMESH{ void InitAvailableHypotheses(); - QStringList GetAvailableHypotheses(const bool isAlgo); + QStringList GetAvailableHypotheses( const bool isAlgo, + const int theDim = -1, + const bool isAux = false); HypothesisData* GetHypothesisData(const char* aHypType);