Version: 6.3.1
Functions

src/PIPELINE/VISU_LookupTable.cxx File Reference

#include "VISU_LookupTable.hxx"
#include <vtkObjectFactory.h>
#include <vtkBitArray.h>
#include <math.h>
Include dependency graph for VISU_LookupTable.cxx:

Functions

 vtkStandardNewMacro (VISU_LookupTable)
vtkFloatingPointType VISU_ApplyLogScale (vtkFloatingPointType v, vtkFloatingPointType range[2], vtkFloatingPointType logRange[2])
unsigned char * VISU_LinearLookup (vtkFloatingPointType v, unsigned char *table, vtkFloatingPointType maxIndex, vtkFloatingPointType shift, vtkFloatingPointType scale, bool bicolor)
template<class T >
void VISU_LookupTableMapData (vtkLookupTable *self, T *input, unsigned char *output, int length, int inIncr, int outFormat, vtkFloatingPointType theMapScale, bool bicolor)
template<class T >
void VISU_LookupTableMapMag (vtkLookupTable *self, T *input, unsigned char *output, int length, int inIncr, int outFormat, vtkFloatingPointType theMapScale, bool bicolor)

Function Documentation

vtkStandardNewMacro ( VISU_LookupTable  )
vtkFloatingPointType VISU_ApplyLogScale ( vtkFloatingPointType  v,
vtkFloatingPointType  range[2],
vtkFloatingPointType  logRange[2] 
)
unsigned char* VISU_LinearLookup ( vtkFloatingPointType  v,
unsigned char *  table,
vtkFloatingPointType  maxIndex,
vtkFloatingPointType  shift,
vtkFloatingPointType  scale,
bool  bicolor 
)
template<class T >
void VISU_LookupTableMapData ( vtkLookupTable self,
T *  input,
unsigned char *  output,
int  length,
int  inIncr,
int  outFormat,
vtkFloatingPointType  theMapScale,
bool  bicolor 
)
template<class T >
void VISU_LookupTableMapMag ( vtkLookupTable self,
T *  input,
unsigned char *  output,
int  length,
int  inIncr,
int  outFormat,
vtkFloatingPointType  theMapScale,
bool  bicolor 
)
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS