#include "VISU_LookupTable.hxx"#include <vtkObjectFactory.h>#include <vtkBitArray.h>#include <math.h>
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) |
| 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 | ||
| ) |
| void VISU_LookupTableMapData | ( | vtkLookupTable * | self, |
| T * | input, | ||
| unsigned char * | output, | ||
| int | length, | ||
| int | inIncr, | ||
| int | outFormat, | ||
| vtkFloatingPointType | theMapScale, | ||
| bool | bicolor | ||
| ) |
References VISU_LookupTable.ComputeLogRange(), VISU_ApplyLogScale(), and VISU_LinearLookup().
| void VISU_LookupTableMapMag | ( | vtkLookupTable * | self, |
| T * | input, | ||
| unsigned char * | output, | ||
| int | length, | ||
| int | inIncr, | ||
| int | outFormat, | ||
| vtkFloatingPointType | theMapScale, | ||
| bool | bicolor | ||
| ) |
References VISU_LookupTableMapData().