DAS  3.1.6 - 18/09/2017
Data Structures | Macros | Typedefs
Dildef.h File Reference

Go to the source code of this file.

Data Structures

struct  animate
 
struct  cfg
 
struct  clip
 
struct  col
 
struct  console
 
struct  control
 
struct  coord
 
struct  cpx
 
struct  date
 
struct  dil
 
struct  frame
 
struct  graph
 
struct  hdrsp
 
struct  histogram
 
struct  image
 
struct  img
 
struct  imgflag
 
struct  info
 
struct  lens
 
struct  math
 
struct  message
 
struct  oldimg
 
struct  pal
 
struct  parser
 
struct  plot
 
struct  roi
 
struct  shelldim
 
struct  shellinfo
 
struct  time
 
struct  util
 
struct  wm
 

Macros

#define _MAX_PATH   1024
 
#define _RdMat(s, x, y)   DIL.Img.Mat[s].cmplx[y][x]
 
#define _WrMat(s, x, y, v)   DIL.Img.Mat[s].cmplx[y][x] = v
 
#define ARGB   6
 
#define BMAT   3
 
#define BRdMat(s, x, y)   DIL.Img.Mat[s].Bmat[(long) DIL.Img.Idx[s] * (y) + (x)]
 
#define BWrMat(s, x, y, v)   DIL.Img.Mat[s].Bmat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)
 
#define C_DEF
 
#define CB_DBL   8
 
#define CB_FLT   7
 
#define CB_HEX   10
 
#define CB_S16   3
 
#define CB_S32   5
 
#define CB_S8   1
 
#define CB_STR   9
 
#define CB_U16   4
 
#define CB_U32   6
 
#define CB_U8   2
 
#define CMAT   5
 
#define CNV_EDGE_0   64
 
#define CNV_EDGE_1   65
 
#define CNV_EDGE_2   66
 
#define CNV_EDGE_3   67
 
#define CNV_EDGE_4   68
 
#define CNV_EDGE_5   69
 
#define CNV_EDGE_6   70
 
#define CNV_EDGE_7   71
 
#define CNV_HIGHPASS_0   32
 
#define CNV_HIGHPASS_1   33
 
#define CNV_HIGHPASS_2   34
 
#define CNV_HIGHPASS_3   35
 
#define CNV_HIGHPASS_4   36
 
#define CNV_HIGHPASS_5   37
 
#define CNV_HIGHPASS_6   38
 
#define CNV_HIGHPASS_7   39
 
#define CNV_LOWPASS_0   0
 
#define CNV_LOWPASS_1   1
 
#define CNV_LOWPASS_2   2
 
#define CNV_LOWPASS_3   3
 
#define CNV_LOWPASS_4   4
 
#define CNV_LOWPASS_5   5
 
#define CNV_LOWPASS_6   6
 
#define CNV_LOWPASS_7   7
 
#define DEG_RAD(x)   (((x) * M_PI) / 180.0)
 
#define DI_COPYCONT   2
 
#define DI_WINCOPY   1
 
#define DIF_CAMERA   2
 
#define DIF_ETIME   5
 
#define DIF_PALETTE   6
 
#define DIF_STAT   1
 
#define DIF_TIME   3
 
#define DIF_USER   4
 
#define DOUBLE   (ALPHA|DIGIT|SIGNED|DOT)
 
#define EIMAX   -3
 
#define EMEM   -1
 
#define FDIF   2
 
#define FFITS   1
 
#define FIMG   0
 
#define FLAGNUM   8
 
#define FLTIMG   2
 
#define FMAT   4
 
#define FRdMat(s, x, y)   DIL.Img.Mat[s].Fmat[(long) DIL.Img.Idx[s] * (y) + (x)]
 
#define FWrMat(s, x, y, v)   DIL.Img.Mat[s].Fmat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)
 
#define G_CROSS   4
 
#define G_FLAG   8
 
#define G_GRID   1
 
#define G_SIGHT   2
 
#define GMAT   2
 
#define GRdMat(s, x, y)   DIL.Img.Mat[s].Gmat[(long) DIL.Img.Idx[s] * (y) + (x)]
 
#define GWrMat(s, x, y, v)   DIL.Img.Mat[s].Gmat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)
 
#define Image   DIL.Img.Mat
 
#define IMG   DIL.Img
 
#define INTIMG   0
 
#define KALL   20
 
#define KASC   0
 
#define KBMP   1
 
#define KDIF   2
 
#define KFTS   3
 
#define KGIF   4
 
#define KIMG   5
 
#define KJPEG   6
 
#define KPBM   7
 
#define KPGM   8
 
#define KPNG   11
 
#define KRAW   9
 
#define KTIF   10
 
#define M_ADD   0
 
#define M_AND   10
 
#define M_DARK   2
 
#define M_DIV   5
 
#define M_MEDIA   3
 
#define M_MOD   6
 
#define M_MOVE   20
 
#define M_MUL   4
 
#define M_OR   11
 
#define M_PI   3.14159265358979323846
 
#define M_SUB   1
 
#define M_XOR   12
 
#define MAX2DPLOT   32
 
#define MAXFLT   1E6
 
#define MAXIMG   128
 
#define MAXSHELL   128
 
#define MAXUNDO   32
 
#define MAXZOOM   64
 
#define MC_BUTTON   6
 
#define MC_COUNTS   4
 
#define MC_FORM   2
 
#define MC_LABEL   5
 
#define MC_MEASURE   7
 
#define MC_MENU   3
 
#define MC_SHELL   1
 
#define MIN_IMG_DIM   380
 
#define O_BINARY   0
 
#define PAL_CCOS   5
 
#define PAL_CLINEA   1
 
#define PAL_COS   4
 
#define PAL_CSINE   3
 
#define PAL_LINEAR   0
 
#define PAL_LOG   6
 
#define PAL_SINE   2
 
#define RAD_DEG(x)   (((x) * 180.0) / M_PI)
 
#define RGBIMG   1
 
#define RMAT   1
 
#define RRdMat(s, x, y)   DIL.Img.Mat[s].Rmat[(long) DIL.Img.Idx[s] * (y) + (x)]
 
#define RWrMat(s, x, y, v)   DIL.Img.Mat[s].Rmat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)
 
#define SET2D_BAR   16
 
#define SET2D_BW   1
 
#define SET2D_GRID   2
 
#define SET2D_LOG   8
 
#define SET2D_POINTS   4
 
#define SICLOSE   2
 
#define SRV   DIL.Img.IServer
 
#define SSHOW   1
 
#define SYNER   -2
 
#define TST_LOGARITMIC   3
 
#define TST_SINE   1
 
#define TST_SINE_F   6
 
#define TST_SPOT   4
 
#define TST_SQUARE   0
 
#define TST_SQUARE_F   5
 
#define TST_TRIANGLE   2
 
#define TSTRUCT
 
#define UMAT   0
 
#define URdMat(s, x, y)   DIL.Img.Mat[s].Imat[(long) DIL.Img.Idx[s] * (y) + (x)]
 
#define UWrMat(s, x, y, v)   DIL.Img.Mat[s].Imat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)
 
#define VARTYPES
 
#define VM_UPDATE_TIME   100L
 
#define WDSKER   5
 
#define WERMEM   4
 
#define WFITER   6
 
#define WIN_CREATE   -1
 
#define WINUM   8
 
#define WLAST   1
 
#define WMAXIMG   2
 
#define WPROTECT   0
 
#define WUNDEF   -1
 
#define WWIN   3
 

Typedefs

typedef struct animate animate
 
typedef struct cfg cfg
 
typedef struct clip clip
 
typedef struct col col
 
typedef struct cpx COMPLEX
 
typedef struct console console
 
typedef struct control control
 
typedef struct coord coord
 
typedef struct dil dil
 
typedef struct frame frame
 
typedef struct graph graph
 
typedef struct hdrsp hdrsp
 
typedef struct histogram histogram
 
typedef struct image image
 
typedef struct img img
 
typedef struct imgflag imgflag
 
typedef struct info info
 
typedef struct lens lens
 
typedef struct math math
 
typedef struct message message
 
typedef struct oldimg oldimg
 
typedef struct pal pal
 
typedef struct plot plot
 
typedef struct roi roi
 
typedef short int S16
 
typedef long S32
 
typedef char S8
 
typedef struct shelldim shelldim
 
typedef struct shellinfo shellinfo
 
typedef short unsigned U16
 
typedef unsigned long U32
 
typedef unsigned char U8
 
typedef struct util util
 
typedef struct wm wm
 

Macro Definition Documentation

§ _MAX_PATH

#define _MAX_PATH   1024

§ _RdMat

#define _RdMat (   s,
  x,
 
)    DIL.Img.Mat[s].cmplx[y][x]

Definition at line 197 of file Dildef.h.

§ _WrMat

#define _WrMat (   s,
  x,
  y,
 
)    DIL.Img.Mat[s].cmplx[y][x] = v

Definition at line 191 of file Dildef.h.

§ ARGB

#define ARGB   6

Definition at line 35 of file Dildef.h.

§ BMAT

#define BMAT   3

Definition at line 32 of file Dildef.h.

§ BRdMat

#define BRdMat (   s,
  x,
 
)    DIL.Img.Mat[s].Bmat[(long) DIL.Img.Idx[s] * (y) + (x)]

Definition at line 195 of file Dildef.h.

§ BWrMat

#define BWrMat (   s,
  x,
  y,
 
)    DIL.Img.Mat[s].Bmat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)

Definition at line 189 of file Dildef.h.

§ C_DEF

#define C_DEF

Definition at line 221 of file Dildef.h.

§ CB_DBL

#define CB_DBL   8

Definition at line 150 of file Dildef.h.

§ CB_FLT

#define CB_FLT   7

Definition at line 149 of file Dildef.h.

§ CB_HEX

#define CB_HEX   10

Definition at line 152 of file Dildef.h.

§ CB_S16

#define CB_S16   3

Definition at line 145 of file Dildef.h.

§ CB_S32

#define CB_S32   5

Definition at line 147 of file Dildef.h.

§ CB_S8

#define CB_S8   1

Definition at line 143 of file Dildef.h.

§ CB_STR

#define CB_STR   9

Definition at line 151 of file Dildef.h.

§ CB_U16

#define CB_U16   4

Definition at line 146 of file Dildef.h.

§ CB_U32

#define CB_U32   6

Definition at line 148 of file Dildef.h.

§ CB_U8

#define CB_U8   2

Definition at line 144 of file Dildef.h.

§ CMAT

#define CMAT   5

Definition at line 34 of file Dildef.h.

§ CNV_EDGE_0

#define CNV_EDGE_0   64

Definition at line 105 of file Dildef.h.

§ CNV_EDGE_1

#define CNV_EDGE_1   65

Definition at line 106 of file Dildef.h.

§ CNV_EDGE_2

#define CNV_EDGE_2   66

Definition at line 107 of file Dildef.h.

§ CNV_EDGE_3

#define CNV_EDGE_3   67

Definition at line 108 of file Dildef.h.

§ CNV_EDGE_4

#define CNV_EDGE_4   68

Definition at line 109 of file Dildef.h.

§ CNV_EDGE_5

#define CNV_EDGE_5   69

Definition at line 110 of file Dildef.h.

§ CNV_EDGE_6

#define CNV_EDGE_6   70

Definition at line 111 of file Dildef.h.

§ CNV_EDGE_7

#define CNV_EDGE_7   71

Definition at line 112 of file Dildef.h.

§ CNV_HIGHPASS_0

#define CNV_HIGHPASS_0   32

Definition at line 96 of file Dildef.h.

§ CNV_HIGHPASS_1

#define CNV_HIGHPASS_1   33

Definition at line 97 of file Dildef.h.

§ CNV_HIGHPASS_2

#define CNV_HIGHPASS_2   34

Definition at line 98 of file Dildef.h.

§ CNV_HIGHPASS_3

#define CNV_HIGHPASS_3   35

Definition at line 99 of file Dildef.h.

§ CNV_HIGHPASS_4

#define CNV_HIGHPASS_4   36

Definition at line 100 of file Dildef.h.

§ CNV_HIGHPASS_5

#define CNV_HIGHPASS_5   37

Definition at line 101 of file Dildef.h.

§ CNV_HIGHPASS_6

#define CNV_HIGHPASS_6   38

Definition at line 102 of file Dildef.h.

§ CNV_HIGHPASS_7

#define CNV_HIGHPASS_7   39

Definition at line 103 of file Dildef.h.

§ CNV_LOWPASS_0

#define CNV_LOWPASS_0   0

Definition at line 87 of file Dildef.h.

§ CNV_LOWPASS_1

#define CNV_LOWPASS_1   1

Definition at line 88 of file Dildef.h.

§ CNV_LOWPASS_2

#define CNV_LOWPASS_2   2

Definition at line 89 of file Dildef.h.

§ CNV_LOWPASS_3

#define CNV_LOWPASS_3   3

Definition at line 90 of file Dildef.h.

§ CNV_LOWPASS_4

#define CNV_LOWPASS_4   4

Definition at line 91 of file Dildef.h.

§ CNV_LOWPASS_5

#define CNV_LOWPASS_5   5

Definition at line 92 of file Dildef.h.

§ CNV_LOWPASS_6

#define CNV_LOWPASS_6   6

Definition at line 93 of file Dildef.h.

§ CNV_LOWPASS_7

#define CNV_LOWPASS_7   7

Definition at line 94 of file Dildef.h.

§ DEG_RAD

#define DEG_RAD (   x)    (((x) * M_PI) / 180.0)

Definition at line 3 of file Dildef.h.

§ DI_COPYCONT

#define DI_COPYCONT   2

Definition at line 130 of file Dildef.h.

§ DI_WINCOPY

#define DI_WINCOPY   1

Definition at line 129 of file Dildef.h.

§ DIF_CAMERA

#define DIF_CAMERA   2

Definition at line 172 of file Dildef.h.

Referenced by D_save_bin().

§ DIF_ETIME

#define DIF_ETIME   5

Definition at line 175 of file Dildef.h.

§ DIF_PALETTE

#define DIF_PALETTE   6

Definition at line 176 of file Dildef.h.

§ DIF_STAT

#define DIF_STAT   1

Definition at line 171 of file Dildef.h.

Referenced by D_save_bin().

§ DIF_TIME

#define DIF_TIME   3

Definition at line 173 of file Dildef.h.

Referenced by D_save_bin().

§ DIF_USER

#define DIF_USER   4

Definition at line 174 of file Dildef.h.

§ DOUBLE

#define DOUBLE   (ALPHA|DIGIT|SIGNED|DOT)

Definition at line 7 of file Dildef.h.

§ EIMAX

#define EIMAX   -3

Definition at line 17 of file Dildef.h.

§ EMEM

#define EMEM   -1

Definition at line 15 of file Dildef.h.

§ FDIF

#define FDIF   2

Definition at line 26 of file Dildef.h.

§ FFITS

#define FFITS   1

Definition at line 25 of file Dildef.h.

§ FIMG

#define FIMG   0

Definition at line 24 of file Dildef.h.

§ FLAGNUM

#define FLAGNUM   8

Definition at line 119 of file Dildef.h.

§ FLTIMG

#define FLTIMG   2

Definition at line 12 of file Dildef.h.

Referenced by D_save_asc(), D_save_bin(), DB_CloseImage(), DB_MirrorX(), and DB_ScanMaxMin().

§ FMAT

#define FMAT   4

Definition at line 33 of file Dildef.h.

§ FRdMat

#define FRdMat (   s,
  x,
 
)    DIL.Img.Mat[s].Fmat[(long) DIL.Img.Idx[s] * (y) + (x)]

Definition at line 196 of file Dildef.h.

Referenced by D_save_asc().

§ FWrMat

#define FWrMat (   s,
  x,
  y,
 
)    DIL.Img.Mat[s].Fmat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)

Definition at line 190 of file Dildef.h.

§ G_CROSS

#define G_CROSS   4

Definition at line 125 of file Dildef.h.

§ G_FLAG

#define G_FLAG   8

Definition at line 126 of file Dildef.h.

§ G_GRID

#define G_GRID   1

Definition at line 123 of file Dildef.h.

§ G_SIGHT

#define G_SIGHT   2

Definition at line 124 of file Dildef.h.

§ GMAT

#define GMAT   2

Definition at line 31 of file Dildef.h.

§ GRdMat

#define GRdMat (   s,
  x,
 
)    DIL.Img.Mat[s].Gmat[(long) DIL.Img.Idx[s] * (y) + (x)]

Definition at line 194 of file Dildef.h.

§ GWrMat

#define GWrMat (   s,
  x,
  y,
 
)    DIL.Img.Mat[s].Gmat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)

Definition at line 188 of file Dildef.h.

§ Image

#define Image   DIL.Img.Mat

Definition at line 181 of file Dildef.h.

§ IMG

#define IMG   DIL.Img

Definition at line 182 of file Dildef.h.

§ INTIMG

#define INTIMG   0

Definition at line 10 of file Dildef.h.

Referenced by D_save_asc(), D_save_bif(), D_save_bin(), DB_CloseImage(), DB_GetCCD(), and DB_ScanMaxMin().

§ KALL

#define KALL   20

Definition at line 50 of file Dildef.h.

§ KASC

#define KASC   0

Definition at line 38 of file Dildef.h.

§ KBMP

#define KBMP   1

Definition at line 39 of file Dildef.h.

§ KDIF

#define KDIF   2

Definition at line 40 of file Dildef.h.

§ KFTS

#define KFTS   3

Definition at line 41 of file Dildef.h.

§ KGIF

#define KGIF   4

Definition at line 42 of file Dildef.h.

§ KIMG

#define KIMG   5

Definition at line 43 of file Dildef.h.

§ KJPEG

#define KJPEG   6

Definition at line 44 of file Dildef.h.

§ KPBM

#define KPBM   7

Definition at line 45 of file Dildef.h.

§ KPGM

#define KPGM   8

Definition at line 46 of file Dildef.h.

§ KPNG

#define KPNG   11

Definition at line 49 of file Dildef.h.

§ KRAW

#define KRAW   9

Definition at line 47 of file Dildef.h.

§ KTIF

#define KTIF   10

Definition at line 48 of file Dildef.h.

§ M_ADD

#define M_ADD   0

Definition at line 53 of file Dildef.h.

§ M_AND

#define M_AND   10

Definition at line 60 of file Dildef.h.

§ M_DARK

#define M_DARK   2

Definition at line 55 of file Dildef.h.

§ M_DIV

#define M_DIV   5

Definition at line 58 of file Dildef.h.

§ M_MEDIA

#define M_MEDIA   3

Definition at line 56 of file Dildef.h.

§ M_MOD

#define M_MOD   6

Definition at line 59 of file Dildef.h.

§ M_MOVE

#define M_MOVE   20

Definition at line 63 of file Dildef.h.

§ M_MUL

#define M_MUL   4

Definition at line 57 of file Dildef.h.

§ M_OR

#define M_OR   11

Definition at line 61 of file Dildef.h.

§ M_PI

#define M_PI   3.14159265358979323846

Definition at line 1 of file Dildef.h.

§ M_SUB

#define M_SUB   1

Definition at line 54 of file Dildef.h.

§ M_XOR

#define M_XOR   12

Definition at line 62 of file Dildef.h.

§ MAX2DPLOT

#define MAX2DPLOT   32

Definition at line 432 of file Dildef.h.

§ MAXFLT

#define MAXFLT   1E6

Definition at line 115 of file Dildef.h.

§ MAXIMG

#define MAXIMG   128

Definition at line 117 of file Dildef.h.

§ MAXSHELL

#define MAXSHELL   128

Definition at line 610 of file Dildef.h.

§ MAXUNDO

#define MAXUNDO   32

Definition at line 120 of file Dildef.h.

§ MAXZOOM

#define MAXZOOM   64

Definition at line 116 of file Dildef.h.

§ MC_BUTTON

#define MC_BUTTON   6

Definition at line 167 of file Dildef.h.

§ MC_COUNTS

#define MC_COUNTS   4

Definition at line 165 of file Dildef.h.

§ MC_FORM

#define MC_FORM   2

Definition at line 163 of file Dildef.h.

§ MC_LABEL

#define MC_LABEL   5

Definition at line 166 of file Dildef.h.

§ MC_MEASURE

#define MC_MEASURE   7

Definition at line 168 of file Dildef.h.

§ MC_MENU

#define MC_MENU   3

Definition at line 164 of file Dildef.h.

§ MC_SHELL

#define MC_SHELL   1

Definition at line 162 of file Dildef.h.

§ MIN_IMG_DIM

#define MIN_IMG_DIM   380

Definition at line 178 of file Dildef.h.

§ O_BINARY

#define O_BINARY   0

§ PAL_CCOS

#define PAL_CCOS   5

Definition at line 71 of file Dildef.h.

§ PAL_CLINEA

#define PAL_CLINEA   1

Definition at line 67 of file Dildef.h.

§ PAL_COS

#define PAL_COS   4

Definition at line 70 of file Dildef.h.

§ PAL_CSINE

#define PAL_CSINE   3

Definition at line 69 of file Dildef.h.

§ PAL_LINEAR

#define PAL_LINEAR   0

Definition at line 66 of file Dildef.h.

§ PAL_LOG

#define PAL_LOG   6

Definition at line 72 of file Dildef.h.

§ PAL_SINE

#define PAL_SINE   2

Definition at line 68 of file Dildef.h.

§ RAD_DEG

#define RAD_DEG (   x)    (((x) * 180.0) / M_PI)

Definition at line 4 of file Dildef.h.

§ RGBIMG

#define RGBIMG   1

Definition at line 11 of file Dildef.h.

Referenced by DB_GetCCD(), and DB_ScanMaxMin().

§ RMAT

#define RMAT   1

Definition at line 30 of file Dildef.h.

§ RRdMat

#define RRdMat (   s,
  x,
 
)    DIL.Img.Mat[s].Rmat[(long) DIL.Img.Idx[s] * (y) + (x)]

Definition at line 193 of file Dildef.h.

§ RWrMat

#define RWrMat (   s,
  x,
  y,
 
)    DIL.Img.Mat[s].Rmat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)

Definition at line 187 of file Dildef.h.

§ SET2D_BAR

#define SET2D_BAR   16

Definition at line 159 of file Dildef.h.

§ SET2D_BW

#define SET2D_BW   1

Definition at line 155 of file Dildef.h.

§ SET2D_GRID

#define SET2D_GRID   2

Definition at line 156 of file Dildef.h.

Referenced by BrowseLog(), and RunLogMode().

§ SET2D_LOG

#define SET2D_LOG   8

Definition at line 158 of file Dildef.h.

§ SET2D_POINTS

#define SET2D_POINTS   4

Definition at line 157 of file Dildef.h.

§ SICLOSE

#define SICLOSE   2

Definition at line 21 of file Dildef.h.

§ SRV

#define SRV   DIL.Img.IServer

Definition at line 183 of file Dildef.h.

§ SSHOW

#define SSHOW   1

Definition at line 20 of file Dildef.h.

§ SYNER

#define SYNER   -2

Definition at line 16 of file Dildef.h.

§ TST_LOGARITMIC

#define TST_LOGARITMIC   3

Definition at line 78 of file Dildef.h.

§ TST_SINE

#define TST_SINE   1

Definition at line 76 of file Dildef.h.

§ TST_SINE_F

#define TST_SINE_F   6

Definition at line 81 of file Dildef.h.

§ TST_SPOT

#define TST_SPOT   4

Definition at line 79 of file Dildef.h.

§ TST_SQUARE

#define TST_SQUARE   0

Definition at line 75 of file Dildef.h.

§ TST_SQUARE_F

#define TST_SQUARE_F   5

Definition at line 80 of file Dildef.h.

§ TST_TRIANGLE

#define TST_TRIANGLE   2

Definition at line 77 of file Dildef.h.

§ TSTRUCT

#define TSTRUCT

Definition at line 246 of file Dildef.h.

§ UMAT

#define UMAT   0

Definition at line 29 of file Dildef.h.

§ URdMat

#define URdMat (   s,
  x,
 
)    DIL.Img.Mat[s].Imat[(long) DIL.Img.Idx[s] * (y) + (x)]

Definition at line 192 of file Dildef.h.

Referenced by D_save_asc(), and D_save_bif().

§ UWrMat

#define UWrMat (   s,
  x,
  y,
 
)    DIL.Img.Mat[s].Imat[(long) DIL.Img.Idx[s] * (y) + (x)] = (v)

Definition at line 186 of file Dildef.h.

§ VARTYPES

#define VARTYPES

Definition at line 207 of file Dildef.h.

§ VM_UPDATE_TIME

#define VM_UPDATE_TIME   100L

Definition at line 587 of file Dildef.h.

§ WDSKER

#define WDSKER   5

Definition at line 138 of file Dildef.h.

§ WERMEM

#define WERMEM   4

Definition at line 137 of file Dildef.h.

§ WFITER

#define WFITER   6

Definition at line 139 of file Dildef.h.

§ WIN_CREATE

#define WIN_CREATE   -1

Definition at line 84 of file Dildef.h.

§ WINUM

#define WINUM   8

Definition at line 118 of file Dildef.h.

§ WLAST

#define WLAST   1

Definition at line 134 of file Dildef.h.

§ WMAXIMG

#define WMAXIMG   2

Definition at line 135 of file Dildef.h.

§ WPROTECT

#define WPROTECT   0

Definition at line 133 of file Dildef.h.

§ WUNDEF

#define WUNDEF   -1

Definition at line 140 of file Dildef.h.

§ WWIN

#define WWIN   3

Definition at line 136 of file Dildef.h.

Typedef Documentation

§ animate

typedef struct animate animate

§ cfg

typedef struct cfg cfg

§ clip

typedef struct clip clip

§ col

typedef struct col col

§ COMPLEX

typedef struct cpx COMPLEX

Definition at line 230 of file Dildef.h.

§ console

typedef struct console console

§ control

typedef struct control control

§ coord

typedef struct coord coord

§ dil

typedef struct dil dil

§ frame

typedef struct frame frame

§ graph

typedef struct graph graph

§ hdrsp

typedef struct hdrsp hdrsp

§ histogram

typedef struct histogram histogram

§ image

typedef struct image image

§ img

typedef struct img img

§ imgflag

typedef struct imgflag imgflag

§ info

typedef struct info info

§ lens

typedef struct lens lens

§ math

typedef struct math math

§ message

typedef struct message message

§ oldimg

typedef struct oldimg oldimg

§ pal

typedef struct pal pal

§ plot

typedef struct plot plot

§ roi

typedef struct roi roi

§ S16

typedef short int S16

Definition at line 210 of file Dildef.h.

§ S32

typedef long S32

Definition at line 213 of file Dildef.h.

§ S8

typedef char S8

Definition at line 209 of file Dildef.h.

§ shelldim

typedef struct shelldim shelldim

§ shellinfo

typedef struct shellinfo shellinfo

§ U16

typedef short unsigned U16

Definition at line 211 of file Dildef.h.

§ U32

typedef unsigned long U32

Definition at line 212 of file Dildef.h.

§ U8

typedef unsigned char U8

Definition at line 208 of file Dildef.h.

§ util

typedef struct util util

§ wm

typedef struct wm wm
______________________________________________________________________________________
Generated on Mon Sep 18 2017 11:44:53 for DAS - Rel. 3.1.6 - 18/09/2017.