#include <vtkVolumeCollection.h>
Inheritance diagram for vtkVolumeCollection:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | AddItem (vtkVolume *a) |
vtkVolume * | GetNextVolume () |
vtkVolume * | GetNextItem () |
Static Public Methods | |
vtkVolumeCollection * | New () |
int | IsTypeOf (const char *type) |
vtkVolumeCollection * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkVolumeCollection () | |
~vtkVolumeCollection () | |
vtkVolumeCollection (const vtkVolumeCollection &) | |
void | operator= (const vtkVolumeCollection &) |
vtkVolumeCollection represents and provides methods to manipulate a list of volumes (i.e., vtkVolume and subclasses). The list is unsorted and duplicate entries are not prevented.
Definition at line 59 of file vtkVolumeCollection.h.
|
Definition at line 80 of file vtkVolumeCollection.h. |
|
Definition at line 81 of file vtkVolumeCollection.h. |
|
Definition at line 82 of file vtkVolumeCollection.h. |
|
Construct with empty list. Reimplemented from vtkPropCollection. |
|
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 vtkPropCollection. |
|
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 vtkPropCollection. |
|
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 vtkPropCollection. |
|
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 vtkPropCollection. |
|
Add a Volume to the list. Definition at line 66 of file vtkVolumeCollection.h. |
|
Get the next Volume in the list. Return NULL when at the end of the list. Definition at line 71 of file vtkVolumeCollection.h. |
|
Access routine provided for compatibility with previous versions of VTK. Please use the GetNextVolume() variant where possible. Definition at line 77 of file vtkVolumeCollection.h. |
|
Definition at line 83 of file vtkVolumeCollection.h. |