 |
VTK
9.1.0
|
Go to the documentation of this file.
26 #ifndef vtkImageSliceCollection_h
27 #define vtkImageSliceCollection_h
31 #include "vtkRenderingImageModule.h"
void * vtkCollectionSimpleIterator
void DeleteElement(vtkCollectionElement *) override
abstract base class for most VTK objects
void Sort()
Sorts the vtkImageSliceCollection by layer number.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
represents an image in a 3D scene
a simple class to control print indentation
vtkImageSlice * GetNextImage()
Standard Collection methods.
void AddItem(vtkProp *a)
Add a Prop to the bottom of the list.
a sorted list of image slice objects
void AddItem(vtkImageSlice *a)
Add an image to the list.
vtkImageSliceCollection()=default
vtkImageSlice * GetNextItem()
Access routine provided for compatibility with previous versions of VTK.
abstract superclass for all actors, volumes and annotations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
static vtkImageSliceCollection * New()
~vtkImageSliceCollection() override