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