28 #ifndef vtkValuePasses_h 29 #define vtkValuePasses_h 31 #include "vtkRenderingOpenGLModule.h" 50 void SetInputArrayToProcess(
int fieldAssociation,
const char *
name);
51 void SetInputArrayToProcess(
int fieldAssociation,
int fieldAttributeType);
52 void SetInputComponentToProcess(
int comp);
53 void SetScalarRange(
double min,
double max);
72 vtkInternals *Internals;
Context in which a vtkRenderPass will render.
a simple class to control print indentation
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Perform part of the rendering of a vtkRenderer.
Top level pass to render scene for ValuePainter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.