23 #ifndef vtkPistonScalarsColors_h
24 #define vtkPistonScalarsColors_h
26 #include "vtkAcceleratorsPistonModule.h"
50 vtkSetMacro(NumberOfValues,
int);
52 vtkGetMacro(NumberOfValues,
int);
60 void SetTableRange(
double range[2]);
61 virtual void SetTableRange(
double rmin,
double rmax);
62 vtkGetVectorMacro(TableRange,
double, 2);
74 virtual std::vector<unsigned char>* ComputeScalarsColors(
80 virtual std::vector<float>* ComputeScalarsColorsf(
int numberOfChanels);
88 void ComputeValues(
float *values);
106 #endif // vtkPistonScalarsColors_h
std::vector< float > ScalarsColorsf
abstract base class for most VTK objects
record modification and/or execution time
vtkScalarsToColors * LookupTable
std::vector< unsigned char > ScalarsColors
vtkTimeStamp ComputeColorsfTime
Superclass for mapping scalar values to colors.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
vtkTimeStamp ComputeColorsTime
Color Mapping for piston results.