#include <vtkRendererCollection.h>
Inheritance diagram for vtkRendererCollection:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | AddItem (vtkRenderer *a) |
vtkRenderer * | GetNextItem () |
void | Render () |
void | RenderOverlay () |
Static Public Methods | |
vtkRendererCollection * | New () |
int | IsTypeOf (const char *type) |
vtkRendererCollection * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkRendererCollection () | |
~vtkRendererCollection () |
vtkRendererCollection represents and provides methods to manipulate a list of renderers (i.e., vtkRenderer and subclasses). The list is unsorted and duplicate entries are not prevented.
Definition at line 60 of file vtkRendererCollection.h.
|
Definition at line 86 of file vtkRendererCollection.h. |
|
Definition at line 87 of file vtkRendererCollection.h. |
|
Construct with empty list. Reimplemented from vtkCollection. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCollection. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCollection. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCollection. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCollection. |
|
Add a Renderer to the list. Definition at line 68 of file vtkRendererCollection.h. |
|
Get the next Renderer in the list. Return NULL when at the end of the list. Definition at line 75 of file vtkRendererCollection.h. |
|
Forward the Render() method to each renderer in the list. |
|
Forward the Render() method to each renderer in the list. |