#include <itkIOCommon.h>
Public Types | |
enum | SysConstants { MAX_FILENAMELIST_SIZE = 512 } |
enum | AtomicPixelType { ITK_UCHAR, ITK_CHAR, ITK_USHORT, ITK_SHORT, ITK_UINT, ITK_INT, ITK_ULONG, ITK_LONG, ITK_FLOAT, ITK_DOUBLE } |
Static Public Member Functions | |
std::string | AtomicPixelTypeToString (const AtomicPixelType pixelType) |
unsigned int | ComputeSizeOfAtomicPixelType (const AtomicPixelType pixelType) |
char * | ExtractFilePath (const char *fileName) |
char * | ExtractFileExtension (const char *fileName) |
char * | ExtractFileName (const char *fileName) |
bool | FileExists (const char *filename) |
This class provides encapsulated functionality to support the IO classes.
Definition at line 40 of file itkIOCommon.h.
|
Definition at line 48 of file itkIOCommon.h. |
|
Definition at line 43 of file itkIOCommon.h. |
|
Convert the enumerated type to a string representation. |
|
Calculate the size, in bytes, that the atomic pixel type occupies. |
|
Given a full filename, extracts just the file extension. |
|
Given a full filename, extracts just the filename. |
|
Given a full filename, extracts just the pathname. |
|
Given a filename determine whether it exists and return true if it does. |