30 #ifndef vtkValuePasses_h 
   31 #define vtkValuePasses_h 
   33 #include "vtkRenderingOpenGLModule.h"  
   48   void SetInputArrayToProcess(
int fieldAssociation, 
const char *
name);
 
   49   void SetInputArrayToProcess(
int fieldAssociation, 
int fieldAttributeType);
 
   50   void SetInputComponentToProcess(
int comp);
 
   51   void SetScalarRange(
double min, 
double max);
 
   66   vtkInternals *Internals;
 
void PrintSelf(ostream &os, vtkIndent indent)
Context in which a vtkRenderPass will render. 
a simple class to control print indentation 
virtual void Render(const vtkRenderState *s)=0
Perform part of the rendering of a vtkRenderer. 
Top level pass to render scene for ValuePainter.