28 #ifndef vtkValuePass_h 29 #define vtkValuePass_h 31 #include "vtkRenderingOpenGLModule.h" 45 void SetInputArrayToProcess(
int fieldAssociation,
const char *
name);
46 void SetInputArrayToProcess(
int fieldAssociation,
int fieldAttributeType);
47 void SetInputComponentToProcess(
int comp);
48 void SetScalarRange(
double min,
double max);
72 vtkInternals *Internals;
Render the opaque geometry with property key filtering.
void Render(const vtkRenderState *s) override
Perform rendering according to a render state s.
Context in which a vtkRenderPass will render.
a simple class to control print indentation
Render opaque objects with the vtkValuePainter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOpaquePass * New()