27 #ifndef vtkVolumeCollection_h 28 #define vtkVolumeCollection_h 30 #include "vtkRenderingCoreModule.h" 62 {
return this->GetNextVolume(); }
abstract superclass for all actors, volumes and annotations
void * vtkCollectionSimpleIterator
represents a volume (data & properties) in a rendered scene
~vtkVolumeCollection() override
abstract base class for most VTK objects
vtkVolume * GetNextVolume(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkVolume * GetNextItem()
Access routine provided for compatibility with previous versions of VTK.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
an ordered list of volumes
vtkVolume * GetNextVolume()
Get the next Volume in the list.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
void AddItem(vtkProp *a)
Add a Prop to the bottom of the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
static vtkPropCollection * New()
void AddItem(vtkVolume *a)
Add a Volume to the bottom of the list.