TPCCLIB
Loading...
Searching...
No Matches
NIFTI_DSR Struct Reference

#include <tpcnifti.h>

Data Fields

NIFTI_1_HEADER h1
 
NIFTI_2_HEADER h2
 
NIFTI_EXTENDER e
 
int n
 
int byte_order
 

Detailed Description

Combination of all NIFTI headers

Definition at line 402 of file tpcnifti.h.

Field Documentation

◆ byte_order

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().

◆ e

NIFTI_EXTENDER NIFTI_DSR::e

Extension; obligatory in .nii file

Definition at line 408 of file tpcnifti.h.

Referenced by imgSetNiftiHeader(), niftiReadHeader(), and niftiWriteHeader().

◆ h1

NIFTI_1_HEADER NIFTI_DSR::h1

◆ h2

NIFTI_2_HEADER NIFTI_DSR::h2

◆ n

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().


The documentation for this struct was generated from the following file: