Salome HOME
Merge from V5_1_main 14/05/2010
[modules/visu.git] / src / PIPELINE / VISU_LookupTable.hxx
index 16a8a4775dd728b3f4d07a2894d1e596ccc1f1ad..daa1a22ba28b8dc2a5055fca333e6ab74535d597 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -19,6 +19,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  File   : VISU_LookupTable.h
 //  Author : Vitaliy Smetannikov
 //  Module : VISU
@@ -41,8 +42,8 @@ class VISU_PIPELINE_EXPORT VISU_LookupTable: public vtkLookupTable
    virtual void ForceBuild();
 
    virtual void MapScalarsThroughTable2(void *input, unsigned char *output,
-                                       int inputDataType, int numberOfValues,
-                                       int inputIncrement, int outputIncrement);
+                                        int inputDataType, int numberOfValues,
+                                        int inputIncrement, int outputIncrement);
 
   vtkFloatingPointType GetMapScale() { return myScale; }
   void SetMapScale(vtkFloatingPointType theScale = 1.0);
@@ -51,12 +52,12 @@ class VISU_PIPELINE_EXPORT VISU_LookupTable: public vtkLookupTable
   void SetBicolor( bool theBicolor );
 
   static int ComputeLogRange( vtkFloatingPointType inRange[2], 
-                             vtkFloatingPointType outRange[2] );
+                              vtkFloatingPointType outRange[2] );
   
   unsigned char *MapValue(vtkFloatingPointType v);
 
   void MarkValueByColor( vtkFloatingPointType theValue,
-                        unsigned char* theColor );
+                         unsigned char* theColor );
 
   bool HasMarkedValues() const { return myHasMarkedValues; }