|
nifti1_io
|
Data structure defining the fields of a header extension. More...
#include <nifti1.h>
Public Attributes | |
| int | esize |
| int | ecode |
| char * | edata |
Data structure defining the fields of a header extension.
| int nifti1_extension::ecode |
extension code, one of the NIFTI_ECODE_ values
| char* nifti1_extension::edata |
raw data, with no byte swapping (length is esize-8)
| int nifti1_extension::esize |
size of extension, in bytes (must be multiple of 16)
1.8.13