ITK
5.2.0
Insight Toolkit
|
#include <itkIOCommon.h>
Public Types | |
using | AtomicPixelEnum = IOCommonEnums::AtomicPixel |
using | SysConstants = enum { MAX_FILENAMELIST_SIZE=512 } |
Static Public Member Functions | |
static std::string | AtomicPixelTypeToString (const AtomicPixelEnum pixelType) |
static unsigned int | ComputeSizeOfAtomicPixelType (const AtomicPixelEnum pixelType) |
Centralized functionality for IO classes.
This class provides encapsulated functionality to support the IO classes.
Definition at line 67 of file itkIOCommon.h.
Definition at line 80 of file itkIOCommon.h.
using itk::IOCommon::SysConstants = enum { MAX_FILENAMELIST_SIZE = 512 } |
Definition at line 78 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.