30#ifndef vtkSequencePass_h
31#define vtkSequencePass_h
34#include "vtkRenderingOpenGL2Module.h"
a simple class to control print indentation
an ordered list of RenderPasses
vtkRenderPass()
Default constructor.
Context in which a vtkRenderPass will render.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetPasses(vtkRenderPassCollection *passes)
The ordered list of render passes to execute sequentially.
static vtkSequencePass * New()
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