Go to the documentation of this file.
25 #ifndef vtkValuePass_h
26 #define vtkValuePass_h
28 #include "vtkRenderingOpenGLModule.h"
69 vtkInternals *Internals;
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void Render(const vtkRenderState *s)
Render.
vtkValuePass()
Default constructor.
a simple class to control print indentation
void SetScalarRange(double min, double max)
Render the opaque geometry with property key filtering.
void SetInputArrayToProcess(int fieldAssociation, int fieldAttributeType)
Render opaque objects with the vtkValuePainter.
void SetInputComponentToProcess(int comp)
virtual ~vtkValuePass()
Destructor.
void SetInputArrayToProcess(int fieldAssociation, const char *name)
Set the array to be drawn.
Context in which a vtkRenderPass will render.
static vtkValuePass * New()