Structure that holds information on magic file number. More...
Public Attributes | |
unsigned short | offset |
Offset of the magic number within the file. | |
const char * | magicString |
Magic number as string of characters. | |
const size_t | magicStringLength |
Length of magic number string (necessary due to Null characters). |
Structure that holds information on magic file number.
Definition at line 58 of file cmtkFileFormat.cxx.
unsigned short cmtk::FileFormatMagic::offset |
Offset of the magic number within the file.
Definition at line 62 of file cmtkFileFormat.cxx.