X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_ActorUtils.h;h=b9a01e003fdb9e8250cdf8dabd776e3be6c7a30b;hb=090aff07266d376ae028ae43434bdea7c0a0f9bb;hp=4595495244e191733922426f2207bca901fc7208;hpb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;p=modules%2Fsmesh.git diff --git a/src/OBJECT/SMESH_ActorUtils.h b/src/OBJECT/SMESH_ActorUtils.h index 459549524..b9a01e003 100644 --- a/src/OBJECT/SMESH_ActorUtils.h +++ b/src/OBJECT/SMESH_ActorUtils.h @@ -22,10 +22,14 @@ #include +class vtkUnstructuredGrid; namespace SMESH{ + float GetFloat(const QString& theValue, float theDefault = 0); -} + void WriteUnstructuredGrid(vtkUnstructuredGrid* theGrid, const char* theFileName); + +} #endif