26 #ifndef vtkImageSliceCollection_h 
   27 #define vtkImageSliceCollection_h 
   29 #include "vtkRenderingImageModule.h"  
abstract superclass for all actors, volumes and annotations 
 
void * vtkCollectionSimpleIterator
 
abstract base class for most VTK objects 
 
virtual void DeleteElement(vtkCollectionElement *)
 
a sorted list of image slice objects 
 
vtkImageSlice * GetNextImage()
Standard Collection methods. 
 
void AddItem(vtkObject *)
Add an object to the list. 
 
void AddItem(vtkProp *a)
Add an Prop to the list. 
 
vtkImageSlice * GetNextItem()
Access routine provided for compatibility with previous versions of VTK. 
 
represents an image in a 3D scene 
 
vtkImageSliceCollection()
 
vtkObject * GetNextItemAsObject()
Get the next item in the collection. 
 
static vtkPropCollection * New()