#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 (const vtkRendererCollection &) | |
| void | operator= (const 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 59 of file vtkRendererCollection.h.
|
|
Definition at line 79 of file vtkRendererCollection.h. |
|
|
Definition at line 80 of file vtkRendererCollection.h. |
|
|
Definition at line 81 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 66 of file vtkRendererCollection.h. |
|
|
Get the next Renderer in the list. Return NULL when at the end of the list. Definition at line 71 of file vtkRendererCollection.h. |
|
|
Forward the Render() method to each renderer in the list. |
|
|
|
|
|
Definition at line 82 of file vtkRendererCollection.h. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001