Go to the documentation of this file.
25 #ifndef vtkImageReader2Collection_h
26 #define vtkImageReader2Collection_h
28 #include "vtkIOImageModule.h"
maintain a list of image readers
void AddItem(vtkImageReader2 *)
Add an image reader to the list.
~vtkImageReader2Collection()
void * vtkCollectionSimpleIterator
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract base class for most VTK objects
create and manipulate unsorted lists of objects
a simple class to control print indentation
Superclass of binary file readers.
vtkImageReader2 * GetNextItem()
Get the next image reader in the list.
vtkImageReader2 * GetNextImageReader2(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
static vtkImageReader2Collection * New()
void AddItem(vtkObject *)
Add an object to the list.
vtkImageReader2Collection()