24 #ifndef vtkValuePass_h
25 #define vtkValuePass_h
43 void SetInputArrayToProcess(
int fieldAssociation,
const char *
name);
44 void SetInputArrayToProcess(
int fieldAssociation,
int fieldAttributeType);
45 void SetInputComponentToProcess(
int component);
46 void SetScalarRange(
double min,
double max);
74 vtkInternals *Internals;
virtual void Render(const vtkRenderState *s)
#define VTKRENDERINGOPENGL2_EXPORT
static vtkDefaultPass * New()
void PrintSelf(ostream &os, vtkIndent indent)
Context in which a vtkRenderPass will render.
a simple class to control print indentation
Render opaque objects with the vtkValuePainter.
virtual void RenderOpaqueGeometry(const vtkRenderState *s)
Implement the basic render passes.