28 #ifndef vtkValuePainter_h 29 #define vtkValuePainter_h 31 #include "vtkRenderingOpenGLModule.h" 53 void SetInputArrayToProcess(
int fieldAssociation,
const char *
name);
54 void SetInputArrayToProcess(
int fieldAssociation,
int fieldAttributeType);
62 void SetInputComponentToProcess(
int comp);
68 void SetScalarRange(
double min,
double max);
86 static void ValueToColor(
double value,
double min,
double scale,
87 unsigned char *
color);
89 static void ColorToValue(
unsigned char *
color,
double min,
double scale,
105 unsigned long typeflags,
bool forceCompileOnly) VTK_OVERRIDE;
119 vtkInternals *Internals;
represents an object (geometry & properties) in a rendered scene
A standard implementation of vtkPolyDataPainter.
abstract specification for renderers
a simple class to control print indentation
object to represent cell connectivity
painter that renders arrays encoded into pixel colors.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkStandardPolyDataPainter * New()