87#ifndef vtkRenderPassCollection_h
88#define vtkRenderPassCollection_h
91#include "vtkRenderingOpenGL2Module.h"
94VTK_ABI_NAMESPACE_BEGIN
create and manipulate ordered lists of objects
void AddItem(vtkObject *)
Add an object to the bottom of the list.
a simple class to control print indentation
abstract base class for most VTK objects
an ordered list of RenderPasses
vtkRenderPassCollection()
vtkRenderPass * GetNextRenderPass(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkRenderPass * GetNextRenderPass()
Get the next RenderPass in the list.
static vtkRenderPassCollection * New()
void AddItem(vtkRenderPass *pass)
Add an RenderPass to the bottom of the list.
~vtkRenderPassCollection() override
vtkRenderPass * GetLastRenderPass()
Get the last RenderPass in the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Perform part of the rendering of a vtkRenderer.
void * vtkCollectionSimpleIterator