CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
aliases for the nifti1 datatype codes More...
Topics | |
NIFTI1_INTENT_CODES | |
nifti1 intent codes, to describe intended meaning of dataset contents | |
Variables | |
const int32_t | cifti::NIFTI_TYPE_UINT8 =2 |
const int32_t | cifti::NIFTI_TYPE_INT16 =4 |
const int32_t | cifti::NIFTI_TYPE_INT32 =8 |
const int32_t | cifti::NIFTI_TYPE_FLOAT32 =16 |
const int32_t | cifti::NIFTI_TYPE_COMPLEX64 =32 |
const int32_t | cifti::NIFTI_TYPE_FLOAT64 =64 |
const int32_t | cifti::NIFTI_TYPE_RGB24 =128 |
const int32_t | cifti::NIFTI_TYPE_INT8 =256 |
const int32_t | cifti::NIFTI_TYPE_UINT16 =512 |
const int32_t | cifti::NIFTI_TYPE_UINT32 =768 |
const int32_t | cifti::NIFTI_TYPE_INT64 =1024 |
const int32_t | cifti::NIFTI_TYPE_UINT64 =1280 |
const int32_t | cifti::NIFTI_TYPE_FLOAT128 =1536 |
const int32_t | cifti::NIFTI_TYPE_COMPLEX128 =1792 |
const int32_t | cifti::NIFTI_TYPE_COMPLEX256 =2048 |
const int32_t | cifti::NIFTI_INTENT_NONE =0 |
aliases for the nifti1 datatype codes
const int32_t cifti::NIFTI_INTENT_NONE =0 |
default: no intention is indicated in the header.
const int32_t cifti::NIFTI_TYPE_COMPLEX128 =1792 |
128 bit complex = 2 64 bit floats.
const int32_t cifti::NIFTI_TYPE_COMPLEX256 =2048 |
256 bit complex = 2 128 bit floats
const int32_t cifti::NIFTI_TYPE_COMPLEX64 =32 |
64 bit complex = 2 32 bit floats.
const int32_t cifti::NIFTI_TYPE_FLOAT128 =1536 |
128 bit float = long double.
const int32_t cifti::NIFTI_TYPE_FLOAT32 =16 |
32 bit float.
const int32_t cifti::NIFTI_TYPE_FLOAT64 =64 |
64 bit float = double.
const int32_t cifti::NIFTI_TYPE_INT16 =4 |
signed short.
const int32_t cifti::NIFTI_TYPE_INT32 =8 |
signed int.
const int32_t cifti::NIFTI_TYPE_INT64 =1024 |
signed long long.
const int32_t cifti::NIFTI_TYPE_INT8 =256 |
signed char.
const int32_t cifti::NIFTI_TYPE_RGB24 =128 |
3 8 bit bytes.
const int32_t cifti::NIFTI_TYPE_UINT16 =512 |
unsigned short.
const int32_t cifti::NIFTI_TYPE_UINT32 =768 |
unsigned int.
const int32_t cifti::NIFTI_TYPE_UINT64 =1280 |
unsigned long long.
const int32_t cifti::NIFTI_TYPE_UINT8 =2 |
unsigned char.