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