Go to the documentation of this file.
30 #ifndef vtkRenderPassCollection_h
31 #define vtkRenderPassCollection_h
33 #include "vtkRenderingOpenGL2Module.h"
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void * vtkCollectionSimpleIterator
void AddItem(vtkRenderPass *pass)
Add an RenderPass to the bottom of 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() override
vtkRenderPassCollection()
create and manipulate ordered lists of objects
vtkRenderPass * GetLastRenderPass()
Get the last RenderPass in the list.
an ordered list of RenderPasses
a simple class to control print indentation
vtkRenderPass * GetNextRenderPass()
Get the next RenderPass in the list.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
Perform part of the rendering of a vtkRenderer.