26#ifndef vtkImageSliceCollection_h
27#define vtkImageSliceCollection_h
31#include "vtkRenderingImageModule.h"
void AddItem(vtkObject *)
Add an object to the bottom of the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
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()
Sorts the vtkImageSliceCollection by layer number.
void DeleteElement(vtkCollectionElement *) override
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()=default
~vtkImageSliceCollection() override
represents an image in a 3D scene
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
void * vtkCollectionSimpleIterator