ITK
6.0.0
Insight Toolkit
|
#include <itkIOCommon.h>
Centralized functionality for IO classes.
This class provides encapsulated functionality to support the IO classes.
Definition at line 67 of file itkIOCommon.h.
Public Types | |
using | AtomicPixelEnum = IOCommonEnums::AtomicPixel |
enum | SysConstants { MAX_FILENAMELIST_SIZE = 512 } |
Static Public Member Functions | |
static std::string | AtomicPixelTypeToString (const AtomicPixelEnum pixelType) |
static unsigned int | ComputeSizeOfAtomicPixelType (const AtomicPixelEnum pixelType) |
Definition at line 76 of file itkIOCommon.h.
Enumerator | |
---|---|
MAX_FILENAMELIST_SIZE | Maximum length of a filename |
Definition at line 70 of file itkIOCommon.h.
|
static |
Convert the enumerated type to a string representation.
|
static |
Calculate the size, in bytes, that the atomic pixel type occupies.