Salome HOME
Porting to VTK 6.
[modules/visu.git] / src / OBJECT / VISU_GaussPtsDeviceActor.h
index c9b0f99285a353cfe3b81eecc365e42e60e4fe1a..0a43c76f78c701516857d38a240400419df6daea 100644 (file)
@@ -199,34 +199,34 @@ public:
   RemoveFromRender(vtkRenderer* theRenderer);
 
   void
-  Init(vtkFloatingPointType theHeight,
-       vtkFloatingPointType theCursorSize,
-       vtkFloatingPointType theRadius,
-       vtkFloatingPointType theMagnification,
-       vtkFloatingPointType theClamp,
-       vtkFloatingPointType thePos[3],
-       vtkFloatingPointType theColor[3]);
+  Init(double theHeight,
+       double theCursorSize,
+       double theRadius,
+       double theMagnification,
+       double theClamp,
+       double thePos[3],
+       double theColor[3]);
 
-  void SetPreferences(vtkFloatingPointType theHeight,
-                      vtkFloatingPointType theCursorSize);
+  void SetPreferences(double theHeight,
+                      double theCursorSize);
 
 protected:
   VISU_CursorPyramid();
 
   void
-  Init(vtkFloatingPointType theHeight,
-       vtkFloatingPointType theRadius);
+  Init(double theHeight,
+       double theRadius);
 
   int myNbCones;
   vtkSmartPointer<vtkConeSource> mySources[6];
   vtkSmartPointer<vtkAppendPolyData> myAppendFilter;
   vtkSmartPointer<vtkPolyDataMapper> myMapper;
   //
-  vtkFloatingPointType myHeight;
-  vtkFloatingPointType myCursorSize;
-  vtkFloatingPointType myRadius;
-  vtkFloatingPointType myMagnification;
-  vtkFloatingPointType myClamp;
+  double myHeight;
+  double myCursorSize;
+  double myRadius;
+  double myMagnification;
+  double myClamp;
 
  private:
   VISU_CursorPyramid(const VISU_CursorPyramid&); // Not implemented