40 #ifndef vtkValuePass_h
41 #define vtkValuePass_h
43 #include "vtkRenderingOpenGL2Module.h"
68 vtkGetMacro(RenderingMode,
int);
69 void SetInputArrayToProcess(
int fieldAssociation,
const char *
name);
70 void SetInputArrayToProcess(
int fieldAssociation,
int fieldAttributeType);
71 void SetInputComponentToProcess(
int component);
72 void SetScalarRange(
double min,
double max);
105 void GetFloatImageData(
int const format,
int const width,
int const height,
112 int* GetFloatImageExtents();
149 bool InitializeFloatingPointMode(
vtkRenderer* ren);
155 vtkInternals *Internals;
160 void operator=(const
vtkValuePass&) VTK_DELETE_FUNCTION;
virtual void Render(const vtkRenderState *s)
Perform rendering according to a render state s.
static vtkDefaultPass * New()
dynamic, self-adjusting array of float
abstract specification for renderers
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Context in which a vtkRenderPass will render.
a simple class to control print indentation
Render opaque objects with the vtkValuePainter.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
create a window for renderers to draw into
virtual void RenderOpaqueGeometry(const vtkRenderState *s)
Opaque pass without key checking.
Implement the basic render passes.