#include <vtkRenderWindowCollection.h>
Inheritance diagram for vtkRenderWindowCollection:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | AddItem (vtkRenderWindow *a) |
vtkRenderWindow * | GetNextItem () |
Static Public Methods | |
vtkRenderWindowCollection * | New () |
int | IsTypeOf (const char *type) |
vtkRenderWindowCollection * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkRenderWindowCollection () | |
~vtkRenderWindowCollection () | |
vtkRenderWindowCollection (const vtkRenderWindowCollection &) | |
void | operator= (const vtkRenderWindowCollection &) |
vtkRenderWindowCollection represents and provides methods to manipulate a list of RenderWindows. The list is unsorted and duplicate entries are not prevented.
Definition at line 59 of file vtkRenderWindowCollection.h.
|
Definition at line 75 of file vtkRenderWindowCollection.h. |
|
Definition at line 76 of file vtkRenderWindowCollection.h. |
|
Definition at line 77 of file vtkRenderWindowCollection.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 RenderWindow to the list. Definition at line 66 of file vtkRenderWindowCollection.h. |
|
Get the next RenderWindow in the list. Return NULL when at the end of the list. Definition at line 71 of file vtkRenderWindowCollection.h. |
|
Definition at line 78 of file vtkRenderWindowCollection.h. |