|
CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
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 cifti::nifti1_extension::ecode |
extension code, one of the NIFTI_ECODE_ values
| char* cifti::nifti1_extension::edata |
raw data, with no byte swapping
| int cifti::nifti1_extension::esize |
size of extension, in bytes (must be multiple of 16)
1.8.13