21#ifndef vtkSequencePass_h 
   22#define vtkSequencePass_h 
   25#include "vtkRenderingOpenGL2Module.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
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.
 
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