#include <itkImageSeriesReader.h>
Inheritance diagram for itk::ImageSeriesReader< TOutputImage >:
This class builds an n-dimension image from multiple n-1 dimension image files. The files stored in a vector of strings are read using the ImageFileReader. File format may vary between the files, but the image data must have the same Size for all dimensions.
Definition at line 47 of file itkImageSeriesReader.h.
|
Definition at line 74 of file itkImageSeriesReader.h. |
|
Definition at line 73 of file itkImageSeriesReader.h. |
|
Definition at line 72 of file itkImageSeriesReader.h. |
|
The pixel type of the output image. Definition at line 71 of file itkImageSeriesReader.h. |
|
Definition at line 76 of file itkImageSeriesReader.h. Referenced by itk::ImageSeriesReader< TOutputImage >::GetFileNames(), itk::ImageSeriesReader< TOutputImage >::ImageSeriesReader(), and itk::ImageSeriesReader< TOutputImage >::SetFileNames(). |
|
The region of the output image. Definition at line 65 of file itkImageSeriesReader.h. |
|
The pixel type of the output image. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 68 of file itkImageSeriesReader.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 53 of file itkImageSeriesReader.h. |
|
Standard class typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 51 of file itkImageSeriesReader.h. |
|
The size of the output image. Definition at line 62 of file itkImageSeriesReader.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 52 of file itkImageSeriesReader.h. |
|
Definition at line 143 of file itkImageSeriesReader.h. References itk::ImageSeriesReader< TOutputImage >::FileNamesContainer, and itk::ImageIOBase::Pointer. |
|
|
|
Add a single filename to the list of files. To add a vector of filenames, use the AddFileNames method. Definition at line 106 of file itkImageSeriesReader.h. |
|
Give the reader a chance to indicate that it will produce more output than it was requested to produce. ImageSeriesReader cannot currently read a portion of an image (since the ImageIO objects cannot read a portion of an image), so the ImageSeriesReader must enlarge the RequestedRegion to the size of the image on disk. Reimplemented from itk::ProcessObject. |
|
Does the real work. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Prepare the allocation of the output image during the first back propagation of the pipeline. Reimplemented from itk::ProcessObject. |
|
Set the vector of strings that contains the file names. Files are processed in sequential order. Definition at line 88 of file itkImageSeriesReader.h. References itk::ImageSeriesReader< TOutputImage >::FileNamesContainer. |
|
Set/Get the ImageIO helper class. By default, the ImageSeriesReader uses the factory mechanism of the ImageFileReader to determine the file type. This method can be used to specify which IO to use. |
|
Get access to the Array of MetaDataDictionaries |
|
Run-time type information (and related methods). Reimplemented from itk::ImageSource< TOutputImage >. |
|
ReverseOrderOn changes the order of travesal of the file names from last to first |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ProcessObject. |
|
ReverseOrderOn changes the order of travesal of the file names from last to first |
|
ReverseOrderOn changes the order of travesal of the file names from last to first |
|
Set the first file name to be processed. This deletes previous filenames. Definition at line 96 of file itkImageSeriesReader.h. |
|
Set the vector of strings that contains the file names. Files are processed in sequential order. Definition at line 80 of file itkImageSeriesReader.h. References itk::ImageSeriesReader< TOutputImage >::FileNamesContainer. |
|
Set/Get the ImageIO helper class. By default, the ImageSeriesReader uses the factory mechanism of the ImageFileReader to determine the file type. This method can be used to specify which IO to use. |
|
ReverseOrderOn changes the order of travesal of the file names from last to first |
|
A list of filenames to be processed. Definition at line 157 of file itkImageSeriesReader.h. |
|
The image format, 0 will use the factory mechnism. Definition at line 151 of file itkImageSeriesReader.h. |
|
Array of MetaDataDictionaries. This allows to hold information from the ImageIO objects after reading every sub image in the series Definition at line 165 of file itkImageSeriesReader.h. |
|
The number of independent variables in the images that comprise the series. Definition at line 161 of file itkImageSeriesReader.h. |
|
Select the traversal order. Definition at line 154 of file itkImageSeriesReader.h. |