Go to the documentation of this file.
29 #ifndef vtkRenderState_h
30 #define vtkRenderState_h
32 #include "vtkRenderingCoreModule.h"
vtkRenderer * GetRenderer() const
Return the Renderer.
vtkProp ** GetPropArray() const
Return the array of filtered props.
void GetWindowSize(int size[2]) const
Get the window size of the state.
vtkRenderState(vtkRenderer *renderer)
Constructor.
void SetRequiredKeys(vtkInformation *keys)
Set the required property keys for the props.
vtkRenderer * Renderer
The renderer in which the render pass is performed.
abstract interface to OpenGL FBOs
void SetPropArrayAndCount(vtkProp **propArray, int propArrayCount)
Set the array of of filtered props and its size.
~vtkRenderState()
Destructor.
abstract superclass for all actors, volumes and annotations
vtkInformation * RequiredKeys
It tells that the current render pass it supposed to render only props that have all the RequiredKeys...
vtkFrameBufferObjectBase * FrameBuffer
The framebuffer in use.
abstract specification for renderers
vtkInformation * GetRequiredKeys() const
Return the required property keys for the props.
vtkFrameBufferObjectBase * GetFrameBuffer() const
Return the FrameBuffer.
bool IsValid() const
Tells if the RenderState is a valid one (Renderer is not null).
Context in which a vtkRenderPass will render.
void SetFrameBuffer(vtkFrameBufferObjectBase *fbo)
Set the FrameBuffer.
int GetPropArrayCount() const
Return the size of the array of filtered props.
vtkProp ** PropArray
Subset of props to render.