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