25#ifndef vtkImageReader2Collection_h
26#define vtkImageReader2Collection_h
29#include "vtkIOImageModule.h"
create and manipulate ordered lists of objects
void AddItem(vtkObject *)
Add an object to the bottom of the list.
maintain a list of image readers
vtkImageReader2Collection()=default
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(vtkImageReader2 *)
Add an image reader to the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImageReader2Collection() override=default
Superclass of binary file readers.
a simple class to control print indentation
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator