NIFTI1_DATATYPES(3)

NIFTI1_DATATYPES(3) Library Functions Manual NIFTI1_DATATYPES(3)

NAME

NIFTI1_DATATYPES -

nifti1 datatype codes

Defines


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

Detailed Description

nifti1 datatype codes

Author

Generated automatically by Doxygen for nifti1_io from the source code.

Sat Apr 16 2011 nifti1_io