26 #ifndef vtkImageSliceCollection_h
27 #define vtkImageSliceCollection_h
31 #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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Sort(RandomIt bitr, RandomIt eitr, BackToFront< T > &me)
a simple class to control print indentation
vtkImageSlice * GetNextImage()
Standard Collection methods.
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.
vtkImageSlice * GetNextItem()
Access routine provided for compatibility with previous versions of VTK.
represents an image in a 3D scene
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
static vtkPropCollection * New()