Salome HOME
Merge from BR_PORTING_VTK6 01/03/2013
[modules/gui.git] / src / VTKViewer / VTKViewer_ArcBuilder.h
index c5f47a2c4798a0fa45bd692f17d6203f084491d3..0f27af523f1cb4c82deb4ec11687ab535c64dc75 100644 (file)
@@ -25,6 +25,8 @@
 #include <map>
 #include <vector>
 
+#include <vtkType.h>
+
 class vtkCell;
 class vtkDataArray;
 class vtkPoints;
@@ -45,7 +47,7 @@ vtkIdType Build1DArc(vtkIdType cellId,
                      vtkUnstructuredGrid* input, 
                      vtkPolyData *output,
                      vtkIdType *pts, 
-                     vtkFloatingPointType myMaxArcAngle);
+                     double myMaxArcAngle);
 
 Pnt CreatePnt(vtkCell* cell,
               vtkDataArray* scalars,