|
TPCCLIB
|
#include <tpcnifti.h>
Data Fields | |
| NIFTI_1_HEADER | h1 |
| NIFTI_2_HEADER | h2 |
| NIFTI_EXTENDER | e |
| int | n |
| int | byte_order |
Combination of all NIFTI headers
Definition at line 402 of file tpcnifti.h.
| int NIFTI_DSR::byte_order |
Specifies whether data is stored on disk as little endian (1), or big endian (0).
Definition at line 412 of file tpcnifti.h.
Referenced by imgReadNifti(), imgSetNiftiHeader(), niftiReadHeader(), and niftiWriteHeader().
| NIFTI_EXTENDER NIFTI_DSR::e |
Extension; obligatory in .nii file
Definition at line 408 of file tpcnifti.h.
Referenced by imgSetNiftiHeader(), niftiReadHeader(), and niftiWriteHeader().
| NIFTI_1_HEADER NIFTI_DSR::h1 |
NIfTI-1 header
Definition at line 404 of file tpcnifti.h.
Referenced by imgGetNiftiHeader(), imgReadNifti(), imgSetNiftiHeader(), imgWriteNifti(), niftiReadHeader(), and niftiWriteHeader().
| NIFTI_2_HEADER NIFTI_DSR::h2 |
NIfTI-2 header
Definition at line 406 of file tpcnifti.h.
Referenced by imgGetNiftiHeader(), imgReadNifti(), imgSetNiftiHeader(), imgWriteNifti(), niftiReadHeader(), and niftiWriteHeader().
| int NIFTI_DSR::n |
Specifies which of the NIfTI headers above is in use (1/2).
Definition at line 410 of file tpcnifti.h.
Referenced by imgGetNiftiHeader(), imgReadNifti(), imgSetNiftiHeader(), imgWriteNifti(), niftiReadHeader(), and niftiWriteHeader().