Salome HOME
*** empty log message ***
[modules/smesh.git] / src / OBJECT / SMESH_ActorUtils.h
index b9a01e003fdb9e8250cdf8dabd776e3be6c7a30b..b4f8194c54cc9c6eda8fc29eedd9f98906515886 100644 (file)
@@ -26,7 +26,8 @@ class vtkUnstructuredGrid;
 
 namespace SMESH{
   
-  float GetFloat(const QString& theValue, float theDefault = 0);
+  float GetFloat( const QString& theValue, float theDefault = 0 );
+  float GetFloat( const QString& theName, const QString& theSection, float theDefault = 0 );
 
   void WriteUnstructuredGrid(vtkUnstructuredGrid* theGrid, const char* theFileName);