Go to the documentation of this file.
24 #ifndef vtkPistonScalarsColors_h
25 #define vtkPistonScalarsColors_h
27 #include "vtkAcceleratorsPistonModule.h"
59 vtkGetMacro(NumberOfValues,
int);
71 vtkGetVectorMacro(TableRange,
double, 2);
105 double TableRange[2];
121 #endif // vtkPistonScalarsColors_h
void SetTableRange(double range[2])
Set/Get the minimum/maximum scalar values for scalar mapping.
Color Mapping for piston results.
record modification and/or execution time
vtkTimeStamp ComputeColorsTime
abstract base class for most VTK objects
virtual std::vector< float > * ComputeScalarsColorsf(int numberOfChanels)
Compute scalars to colors as floats.
void ComputeValues(float *values)
Internal helper method.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
std::vector< float > ScalarsColorsf
static vtkPistonScalarsColors * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void SetTableRange(double rmin, double rmax)
vtkScalarsToColors * LookupTable
Superclass for mapping scalar values to colors.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
std::vector< unsigned char > ScalarsColors
virtual void SetLookupTable(vtkScalarsToColors *)
Set lookup table to be used to map scalars to colors.
virtual std::vector< unsigned char > * ComputeScalarsColors(int numberOfChanels)
Compute scalars to colors as unsigned char.
vtkTimeStamp ComputeColorsfTime
~vtkPistonScalarsColors()