#include <itkIOCommon.h>
Centralized functionality for IO classes.
This class provides encapsulated functionality to support the IO classes.
Definition at line 66 of file itkIOCommon.h.
Public Types | |
using | AtomicPixelEnum = IOCommonEnums::AtomicPixel |
enum | SysConstants { ITK_MAXPATHLEN = 2048 , 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 75 of file itkIOCommon.h.
Enumerator | |
---|---|
ITK_MAXPATHLEN | Maximum length of a filename |
MAX_FILENAMELIST_SIZE |
Definition at line 69 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.