CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
NIFTI1_DATATYPES

nifti1 datatype codes More...

Collaboration diagram for NIFTI1_DATATYPES:

Topics

 NIFTI1_DATATYPE_ALIASES
 aliases for the nifti1 datatype codes

Variables

const int32_t cifti::DT_NONE =0
const int32_t cifti::DT_UNKNOWN =0
const int32_t cifti::DT_BINARY =1
const int32_t cifti::DT_UNSIGNED_CHAR =2
const int32_t cifti::DT_SIGNED_SHORT =4
const int32_t cifti::DT_SIGNED_INT =8
const int32_t cifti::DT_FLOAT =16
const int32_t cifti::DT_COMPLEX =32
const int32_t cifti::DT_DOUBLE =64
const int32_t cifti::DT_RGB =128
const int32_t cifti::DT_ALL =255
const int32_t cifti::DT_UINT8 =2
const int32_t cifti::DT_INT16 =4
const int32_t cifti::DT_INT32 =8
const int32_t cifti::DT_FLOAT32 =16
const int32_t cifti::DT_COMPLEX64 =32
const int32_t cifti::DT_FLOAT64 =64
const int32_t cifti::DT_RGB24 =128
const int32_t cifti::DT_INT8 =256
const int32_t cifti::DT_UINT16 =512
const int32_t cifti::DT_UINT32 =768
const int32_t cifti::DT_INT64 =1024
const int32_t cifti::DT_UINT64 =1280
const int32_t cifti::DT_FLOAT128 =1536
const int32_t cifti::DT_COMPLEX128 =1792
const int32_t cifti::DT_COMPLEX256 =2048

Detailed Description

nifti1 datatype codes