aimsdata  5.0.5
Neuroimaging data handling
dbh.h File Reference

Go to the source code of this file.

Classes

struct  header_key
 
struct  image_dimension
 
struct  data_history
 
struct  dsr
 
struct  COMPLEX
 

Macros

#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
 

Macro Definition Documentation

◆ DT_ALL

#define DT_ALL   255

Definition at line 112 of file dbh.h.

◆ DT_BINARY

#define DT_BINARY   1

Definition at line 104 of file dbh.h.

◆ DT_COMPLEX

#define DT_COMPLEX   32

Definition at line 109 of file dbh.h.

◆ DT_DOUBLE

#define DT_DOUBLE   64

Definition at line 110 of file dbh.h.

◆ DT_FLOAT

#define DT_FLOAT   16

Definition at line 108 of file dbh.h.

◆ DT_NONE

#define DT_NONE   0

Definition at line 102 of file dbh.h.

◆ DT_RGB

#define DT_RGB   128

Definition at line 111 of file dbh.h.

◆ DT_SIGNED_INT

#define DT_SIGNED_INT   8

Definition at line 107 of file dbh.h.

◆ DT_SIGNED_SHORT

#define DT_SIGNED_SHORT   4

Definition at line 106 of file dbh.h.

◆ DT_UNKNOWN

#define DT_UNKNOWN   0

Definition at line 103 of file dbh.h.

◆ DT_UNSIGNED_CHAR

#define DT_UNSIGNED_CHAR   2

Definition at line 105 of file dbh.h.