Salome HOME
Porting to VTK 6.
[modules/visu.git] / src / PIPELINE / VISU_ColoredPL.hxx
index 607797b6494645df86c9c7343dcf7b4a3e0df220..16dbc84a598596a859206702c79563a50df20179 100644 (file)
@@ -61,20 +61,20 @@ public:
   SetScalarMode(int theScalarMode = 0);
   
   virtual
-  vtkFloatingPointType* 
+  double* 
   GetScalarRange();
 
   virtual
   void
-  SetScalarRange( vtkFloatingPointType theRange[2] );
+  SetScalarRange( double theRange[2] );
 
   void
-  SetScalarFilterRange( vtkFloatingPointType theRange[2] );
+  SetScalarFilterRange( double theRange[2] );
 
   void
-  GetScalarFilterRange( vtkFloatingPointType theRange[2] );
+  GetScalarFilterRange( double theRange[2] );
 
-  vtkFloatingPointType* 
+  double* 
   GetScalarFilterRange();
 
   bool
@@ -127,15 +127,15 @@ public:
 
   virtual 
   void
-  SetMapScale(vtkFloatingPointType theMapScale = 1.0);
+  SetMapScale(double theMapScale = 1.0);
 
   virtual
-  vtkFloatingPointType
+  double
   GetMapScale();
 
   virtual
   void
-  GetSourceRange(vtkFloatingPointType theRange[2]);
+  GetSourceRange(double theRange[2]);
 
   virtual
   void