CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
Modules | Variables
NIFTI1_DATATYPE_ALIASES

aliases for the nifti1 datatype codes More...

Modules

 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
 

Detailed Description

aliases for the nifti1 datatype codes

Variable Documentation

◆ NIFTI_INTENT_NONE

const int32_t cifti::NIFTI_INTENT_NONE =0

default: no intention is indicated in the header.

◆ NIFTI_TYPE_COMPLEX128

const int32_t cifti::NIFTI_TYPE_COMPLEX128 =1792

128 bit complex = 2 64 bit floats.

◆ NIFTI_TYPE_COMPLEX256

const int32_t cifti::NIFTI_TYPE_COMPLEX256 =2048

256 bit complex = 2 128 bit floats

◆ NIFTI_TYPE_COMPLEX64

const int32_t cifti::NIFTI_TYPE_COMPLEX64 =32

64 bit complex = 2 32 bit floats.

◆ NIFTI_TYPE_FLOAT128

const int32_t cifti::NIFTI_TYPE_FLOAT128 =1536

128 bit float = long double.

◆ NIFTI_TYPE_FLOAT32

const int32_t cifti::NIFTI_TYPE_FLOAT32 =16

32 bit float.

◆ NIFTI_TYPE_FLOAT64

const int32_t cifti::NIFTI_TYPE_FLOAT64 =64

64 bit float = double.

◆ NIFTI_TYPE_INT16

const int32_t cifti::NIFTI_TYPE_INT16 =4

signed short.

◆ NIFTI_TYPE_INT32

const int32_t cifti::NIFTI_TYPE_INT32 =8

signed int.

◆ NIFTI_TYPE_INT64

const int32_t cifti::NIFTI_TYPE_INT64 =1024

signed long long.

◆ NIFTI_TYPE_INT8

const int32_t cifti::NIFTI_TYPE_INT8 =256

signed char.

◆ NIFTI_TYPE_RGB24

const int32_t cifti::NIFTI_TYPE_RGB24 =128

3 8 bit bytes.

◆ NIFTI_TYPE_UINT16

const int32_t cifti::NIFTI_TYPE_UINT16 =512

unsigned short.

◆ NIFTI_TYPE_UINT32

const int32_t cifti::NIFTI_TYPE_UINT32 =768

unsigned int.

◆ NIFTI_TYPE_UINT64

const int32_t cifti::NIFTI_TYPE_UINT64 =1280

unsigned long long.

◆ NIFTI_TYPE_UINT8

const int32_t cifti::NIFTI_TYPE_UINT8 =2

unsigned char.