Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

general.h File Reference

Go to the source code of this file.


Defines

#define NULL   0
#define TRUE   1
#define FALSE   0
#define SPACE   ' '
#define TAB   '\t'
#define SEMICOLON   ';'
#define NULL_CHAR   '\0'
#define NEWLINE   '\n'
#define BOOLEAN_DEFINED
#define HAVE_BOOLEAN
#define max(a, b)   ((a) > (b) ? (a) : (b))
#define min(a, b)   ((a) < (b) ? (a) : (b))
#define abs(a)   ((a) >= 0 ? (a) : -(a))

Typedefs

typedef int boolean
typedef unsigned char uint8
typedef char int8
typedef unsigned short uint16
typedef short int16
typedef unsigned int uint32
typedef int int32

Define Documentation

#define abs a       ((a) >= 0 ? (a) : -(a))
 

Definition at line 165 of file general.h.

#define BOOLEAN_DEFINED
 

Definition at line 135 of file general.h.

#define FALSE   0
 

Definition at line 119 of file general.h.

#define HAVE_BOOLEAN
 

Definition at line 136 of file general.h.

#define max a,
b       ((a) > (b) ? (a) : (b))
 

Definition at line 161 of file general.h.

#define min a,
b       ((a) < (b) ? (a) : (b))
 

Definition at line 163 of file general.h.

#define NEWLINE   '\n'
 

Definition at line 126 of file general.h.

#define NULL   0
 

Definition at line 114 of file general.h.

#define NULL_CHAR   '\0'
 

Definition at line 125 of file general.h.

#define SEMICOLON   ';'
 

Definition at line 124 of file general.h.

#define SPACE   ' '
 

Definition at line 122 of file general.h.

#define TAB   '\t'
 

Definition at line 123 of file general.h.

#define TRUE   1
 

Definition at line 118 of file general.h.


Typedef Documentation

typedef int boolean
 

Definition at line 133 of file general.h.

typedef short int16
 

Definition at line 141 of file general.h.

Referenced by mp_quant_zig_block(), mp_rle_huff_block(), mp_rle_huff_pblock(), and UnQuantZig().

typedef int int32
 

Definition at line 152 of file general.h.

typedef char int8
 

Definition at line 139 of file general.h.

typedef unsigned short uint16
 

Definition at line 140 of file general.h.

typedef unsigned int uint32
 

Definition at line 151 of file general.h.

Referenced by mp_rle_huff_block(), and mp_rle_huff_pblock().

typedef unsigned char uint8
 

Definition at line 138 of file general.h.

 

Powered by Plone

This site conforms to the following standards: