ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::ArchetypeSeriesFileNames |
Generate an ordered sequence of filenames. More... | |
class | itk::ConvertPixelBuffer< InputPixelType, OutputPixelType, OutputConvertTraits > |
Class to convert blocks of data from one type to another. More... | |
class | itk::ImageFileReader< TOutputImage, ConvertPixelTraits > |
Data source that reads image data from a single file. More... | |
class | itk::ImageFileReaderException |
Base exception class for IO conflicts. More... | |
class | itk::ImageFileWriter< TInputImage > |
Writes image data to a single file. More... | |
class | itk::ImageFileWriterException |
Base exception class for IO problems during writing. More... | |
class | itk::ImageIOBase |
Abstract superclass defines image IO interface. More... | |
class | itk::ImageIOFactory |
Create instances of ImageIO objects using an object factory. More... | |
class | itk::ImageIORegion |
An ImageIORegion represents a structured region of data. More... | |
class | itk::ImageIORegionAdaptor< VDimension > |
Helper class for converting ImageRegions into ImageIORegions and back. More... | |
class | itk::ImageSeriesWriter< TInputImage, TOutputImage > |
Writes image data to a series of data files. More... | |
class | itk::ImageSeriesWriterException |
Base exception class for IO problems during writing. More... | |
class | itk::IOCommon |
Centralized funtionality for IO classes. More... | |
class | itk::NumericSeriesFileNames |
Generate an ordered sequence of filenames. More... | |
class | itk::RegularExpressionSeriesFileNames |
Generate an ordered sequence of filenames that match a regular expression. More... | |
class | itk::StreamingImageIOBase |
A base class for specific ImageIO file formats which support streaming. More... | |
class | itk::ImageIOBase::UnknownType |
This module contains base classes for IO, helper classes for IO, and classes that function as an ImageSource in an ITK pipeline. Classes for specific file formats, found in other modules in the IO group, should inherit from ImageIOBase or StreamingImageIOBase. For an image source or sink in the ITK pipeline that handles all available file formats, see ImageFileReader, ImageFileWriter, ImageSeriesReader, or ImageSeriesWriter. Convenience classes for reading series of files include ArchetypeSeriesFileNames, NumericSeriesFileNames, and RegularExpressionSeriesFileNames.