TPCCLIB
|
#include <libtpcimgio.h>
Data Fields | |
NIFTI_1_HEADER | h |
NIFTI_EXTENDER | e |
int | byte_order |
Combination of all NIFTI headers
Definition at line 2264 of file libtpcimgio.h.
int NIFTI_DSR::byte_order |
Specifies whether data is stored on disk as little endian (1), or big endian (0).
Definition at line 2270 of file libtpcimgio.h.
Referenced by imgSetNiftiHeader(), niftiHeaderFromIFT(), niftiHeaderToIFT(), niftiPrintHeader(), niftiReadHeader(), niftiReadImagedata(), and niftiWriteHeader().
NIFTI_EXTENDER NIFTI_DSR::e |
Extension; obligatory in .nii file
Definition at line 2268 of file libtpcimgio.h.
Referenced by imgSetNiftiHeader(), niftiHeaderFromIFT(), niftiHeaderToIFT(), niftiPrintHeader(), and niftiReadHeader().
NIFTI_1_HEADER NIFTI_DSR::h |
NIfTI-1 header
Definition at line 2266 of file libtpcimgio.h.
Referenced by imgGetNiftiHeader(), imgSetNiftiHeader(), imgWriteNiftiFrame(), niftiHeaderFromIFT(), niftiHeaderToIFT(), niftiPrintHeader(), niftiReadHeader(), niftiReadImagedata(), and niftiWriteHeader().