| VTK
    9.0.1
    | 
Go to the source code of this file.
| Classes | |
| struct | nifti_1_header | 
| Data structure defining the fields in the nifti1 header. This binary header should be found at the beginning of a valid NIFTI-1 header file.  More... | |
| struct | nifti_2_header | 
| Data structure defining the fields in the nifti2 header. This binary header should be found at the beginning of a valid NIFTI-2 header file.  More... | |
| Macros | |
| #define | NIFTI_TYPE_UINT8 2 | 
| #define | NIFTI_TYPE_INT16 4 | 
| #define | NIFTI_TYPE_INT32 8 | 
| #define | NIFTI_TYPE_FLOAT32 16 | 
| #define | NIFTI_TYPE_COMPLEX64 32 | 
| #define | NIFTI_TYPE_FLOAT64 64 | 
| #define | NIFTI_TYPE_RGB24 128 | 
| #define | NIFTI_TYPE_INT8 256 | 
| #define | NIFTI_TYPE_UINT16 512 | 
| #define | NIFTI_TYPE_UINT32 768 | 
| #define | NIFTI_TYPE_INT64 1024 | 
| #define | NIFTI_TYPE_UINT64 1280 | 
| #define | NIFTI_TYPE_FLOAT128 1536 | 
| #define | NIFTI_TYPE_COMPLEX128 1792 | 
| #define | NIFTI_TYPE_COMPLEX256 2048 | 
| #define | NIFTI_TYPE_RGBA32 2304 | 
| #define | NIFTI_VERSION(h) | 
| #define | NIFTI_ONEFILE(h) ((h).magic[1] == '+') | 
| #define | NIFTI_NEEDS_SWAP(h) ((h).dim[0] < 0 || (h).dim[0] > 7) | 
| Typedefs | |
| typedef struct nifti_1_header | nifti_1_header | 
| typedef struct nifti_2_header | nifti_2_header | 
| typedef struct nifti_1_header nifti_1_header | 
Definition at line 87 of file vtkNIFTIImagePrivate.h.
 1.8.17
 1.8.17