LLIPS  rev33
Light Library for Image ProcesS
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros | Typedefs
llips_type.h File Reference

Configuration varaible and define for LLIPS. More...

Go to the source code of this file.

Data Structures

struct  s_img
 
struct  s_pixel
 
struct  s_vect
 
struct  s_area
 

Macros

#define DEF_ENABLED   1
 
#define DEF_DISABLED   0
 

Typedefs

typedef void CPU_VOID
 
typedef unsigned char CPU_CHAR
 
typedef unsigned char CPU_BOOLEAN
 
typedef unsigned char CPU_INT08U
 
typedef signed char CPU_INT08S
 
typedef unsigned short CPU_INT16U
 
typedef signed short CPU_INT16S
 
typedef unsigned long CPU_INT32U
 
typedef signed long CPU_INT32S
 
typedef float CPU_FP32
 
typedef double CPU_FP64
 
typedef struct s_img t_img
 
typedef struct s_pixel t_pixel
 
typedef struct s_vect t_vect
 
typedef struct s_area t_area
 

Detailed Description

Configuration varaible and define for LLIPS.

Author
MPE

Definition in file llips_type.h.

Macro Definition Documentation

#define DEF_DISABLED   0

Definition at line 14 of file llips_type.h.

#define DEF_ENABLED   1

Definition at line 13 of file llips_type.h.

Typedef Documentation

typedef unsigned char CPU_BOOLEAN

Definition at line 22 of file llips_type.h.

typedef unsigned char CPU_CHAR

Definition at line 21 of file llips_type.h.

typedef float CPU_FP32

Definition at line 29 of file llips_type.h.

typedef double CPU_FP64

Definition at line 30 of file llips_type.h.

typedef signed char CPU_INT08S

Definition at line 24 of file llips_type.h.

typedef unsigned char CPU_INT08U

Definition at line 23 of file llips_type.h.

typedef signed short CPU_INT16S

Definition at line 26 of file llips_type.h.

typedef unsigned short CPU_INT16U

Definition at line 25 of file llips_type.h.

typedef signed long CPU_INT32S

Definition at line 28 of file llips_type.h.

typedef unsigned long CPU_INT32U

Definition at line 27 of file llips_type.h.

typedef void CPU_VOID

Definition at line 20 of file llips_type.h.

typedef struct s_area t_area
typedef struct s_img t_img
typedef struct s_pixel t_pixel
typedef struct s_vect t_vect