ITK
6.0.0
Insight Toolkit
|
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 itk::ImageIOBase or itk::StreamingImageIOBase. For an image source or sink in the ITK pipeline that handles all available file formats, see ImageFileReader, itk::ImageFileWriter, itk::ImageSeriesReader, or itk::ImageSeriesWriter. Convenience classes for reading series of files include itk::ArchetypeSeriesFileNames, itk::NumericSeriesFileNames, and itk::RegularExpressionSeriesFileNames.
|
strong |
enumerated constants for the different data types
Enumerator | |
---|---|
ITK_UCHAR | |
ITK_CHAR | |
ITK_USHORT | |
ITK_SHORT | |
ITK_UINT | |
ITK_INT | |
ITK_ULONG | |
ITK_LONG | |
ITK_FLOAT | |
ITK_DOUBLE |
Definition at line 41 of file itkIOCommon.h.