ITK  5.3.0
Insight Toolkit
Public Types | Static Public Member Functions | List of all members

#include <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)
 

Detailed Description

Centralized functionality for IO classes.

This class provides encapsulated functionality to support the IO classes.

Definition at line 67 of file itkIOCommon.h.

Member Typedef Documentation

◆ AtomicPixelEnum

Definition at line 76 of file itkIOCommon.h.

Member Enumeration Documentation

◆ SysConstants

Enumerator
MAX_FILENAMELIST_SIZE 

Maximum length of a filename

Definition at line 70 of file itkIOCommon.h.

Member Function Documentation

◆ AtomicPixelTypeToString()

static std::string itk::IOCommon::AtomicPixelTypeToString ( const AtomicPixelEnum  pixelType)
static

Convert the enumerated type to a string representation.

◆ ComputeSizeOfAtomicPixelType()

static unsigned int itk::IOCommon::ComputeSizeOfAtomicPixelType ( const AtomicPixelEnum  pixelType)
static

Calculate the size, in bytes, that the atomic pixel type occupies.


The documentation for this class was generated from the following file: