102 #ifndef vtkSequencePass_h
103 #define vtkSequencePass_h
106 #include "vtkRenderingOpenGL2Module.h"
108 VTK_ABI_NAMESPACE_BEGIN
153 VTK_ABI_NAMESPACE_END
a simple class to control print indentation
an ordered list of RenderPasses
Perform part of the rendering of a vtkRenderer.
Context in which a vtkRenderPass will render.
Execute render passes sequentially.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkSequencePass * New()
virtual void SetPasses(vtkRenderPassCollection *passes)
The ordered list of render passes to execute sequentially.
vtkRenderPassCollection * Passes
void ReleaseGraphicsResources(vtkWindow *w) override
Release graphics resources and ask components to release their own resources.
~vtkSequencePass() override
void Render(const vtkRenderState *s) override
Perform rendering according to a render state s.
window superclass for vtkRenderWindow