Salome HOME
Porting to VTK 6.
[modules/visu.git] / src / VISU_I / VISU_Prs3d_i.hh
index 4d6f94b928d12ff0430c753791f8353b345a28fe..4929430d53f71de6074474b3e3072de20ba8a616 100644 (file)
@@ -227,13 +227,13 @@ namespace VISU
     void RemoveClippingPlane(vtkIdType theID);
 
     void
-    SetPlaneParam(vtkFloatingPointType theDir[3], 
-                 vtkFloatingPointType theDist, 
+    SetPlaneParam(double theDir[3], 
+                 double theDist, 
                  vtkPlane* thePlane);
 
     //----------------------------------------------------------------------------
     void
-    GetBounds(vtkFloatingPointType aBounds[6]);
+    GetBounds(double aBounds[6]);
 
     int
     GetNumberOfActors();