Go to the documentation of this file.
27 #ifndef vtkRenderPassCollection_h
28 #define vtkRenderPassCollection_h
30 #include "vtkRenderingOpenGLModule.h"
void * vtkCollectionSimpleIterator
void AddItem(vtkRenderPass *pass)
Add an RenderPass to the list.
static vtkRenderPassCollection * New()
vtkRenderPass * GetNextRenderPass(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
vtkRenderPassCollection()
create and manipulate unsorted lists of objects
vtkRenderPass * GetLastRenderPass()
Get the last RenderPass in the list.
a simple class to control print indentation
vtkRenderPass * GetNextRenderPass()
Get the next RenderPass in the list.
void AddItem(vtkObject *)
Add an object to the list.
~vtkRenderPassCollection()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Perform part of the rendering of a vtkRenderer.