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