Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/visu.git] / src / PIPELINE / VISU_ScalarMapPL.hxx
index 1d810fb93cfcca60630bee33aa835bc6b3e510df..526b2daee929a9c94549b3f0d6d89d9bde8340dc 100644 (file)
@@ -77,20 +77,20 @@ public:
   SetScaling(int theScaling = VTK_SCALE_LINEAR);
   
   virtual
-  float
+  vtkFloatingPointType
   GetScalarRange();
 
   virtual
   void
-  SetScalarRange(float theRange[2]);
+  SetScalarRange(vtkFloatingPointType theRange[2]);
 
   virtual
   void
-  SetScalarMin(float theValue);
+  SetScalarMin(vtkFloatingPointType theValue);
 
   virtual
   void
-  SetScalarMax(float theValue);
+  SetScalarMax(vtkFloatingPointType theValue);
   
   virtual
   void
@@ -124,15 +124,15 @@ public:
 
   virtual 
   void
-  SetMapScale(float theMapScale = 1.0);
+  SetMapScale(vtkFloatingPointType theMapScale = 1.0);
 
   virtual
-  float
+  vtkFloatingPointType
   GetMapScale();
 
   virtual
   void
-  GetSourceRange(float theRange[2]);
+  GetSourceRange(vtkFloatingPointType theRange[2]);
 
   virtual
   void