Salome HOME
Preparing future VTK release: VTK_LARGE_FLOAT is deprecated.
[modules/gui.git] / src / SVTK / salomevtkPVAxesActor.h
index 6ab2edb8ea3790c4e719c79f1a9377e2d2f3ad87..04a5a9f0b54acd1a03c41671fcf8f99f3c598969 100644 (file)
@@ -148,11 +148,11 @@ public:
   
   // Description:
   // Set/get the radius of the pieces of the axes actor
-  vtkSetClampMacro(ConeRadius, float, 0, VTK_LARGE_FLOAT);
+  vtkSetClampMacro(ConeRadius, float, 0, VTK_FLOAT_MAX);
   vtkGetMacro(ConeRadius, float);
-  vtkSetClampMacro(SphereRadius, float, 0, VTK_LARGE_FLOAT);
+  vtkSetClampMacro(SphereRadius, float, 0, VTK_FLOAT_MAX);
   vtkGetMacro(SphereRadius, float);
-  vtkSetClampMacro(CylinderRadius, float, 0, VTK_LARGE_FLOAT);
+  vtkSetClampMacro(CylinderRadius, float, 0, VTK_FLOAT_MAX);
   vtkGetMacro(CylinderRadius, float);
   
   // Description: