Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

idicont.h File Reference

Go to the source code of this file.

Data Structures

struct  point
struct  node
struct  __tgdir__

Defines

#define FLT_ZERO   1e-18 /* Valeur Zero */
#define NDGMAX   255 /* Niveau des points de contour */
#define sqr(x)   ((x) * (x))
#define TestZero(val)   (fabs((double)(val)) < FLT_ZERO)
#define TestDansInterval(x, i, s)   ((x)>=(i) && (x)<=(s))

Typedefs

typedef pointPOINT_PTR
typedef nodeNODE
typedef __tgdir__ TGDIR
typedef TGDIR ** PPIMAGE_TGDIR

Functions

void TangentImageFree (PPIMAGE_TGDIR, int)
int CoTangentImage (PPIMAGE_TGDIR, int, int)
PPIMAGE_UCHAR IdImaExtremSearch (PPIMAGE_UCHAR, PPIMAGE_TGDIR, int)
void _IdFreeLinesOfPlane (void **, int)
int BtScanTree (NODE, PPIMAGE_UCHAR, PPIMAGE_UCHAR, PPIMAGE_TGDIR, double, int[], long *BOTH, PPIMAGE_UCHAR)
int PathTrace (NODE, PPIMAGE_UCHAR)
int ExistingPoint (NODE, struct point *, PPIMAGE_UCHAR)
NODE BtCreateNode (NODE, size_t)
NODE BtFreeNode (NODE)

Variables

PPIMAGE_TGDIR TangentImage (PPIMAGE_FLOAT, PPIMAGE_FLOAT)


Define Documentation

#define FLT_ZERO   1e-18 /* Valeur Zero */
 

Definition at line 67 of file idicont.h.

#define NDGMAX   255 /* Niveau des points de contour */
 

Definition at line 68 of file idicont.h.

#define sqr  )     ((x) * (x))
 

Definition at line 106 of file idicont.h.

Referenced by IdGetDistanceFromPlane().

#define TestDansInterval x,
i,
 )     ((x)>=(i) && (x)<=(s))
 

Definition at line 112 of file idicont.h.

#define TestZero val   )     (fabs((double)(val)) < FLT_ZERO)
 

Definition at line 109 of file idicont.h.


Typedef Documentation

typedef struct node* NODE
 

Definition at line 87 of file idicont.h.

typedef struct point* POINT_PTR
 

Definition at line 78 of file idicont.h.

typedef TGDIR** PPIMAGE_TGDIR
 

Definition at line 101 of file idicont.h.

typedef struct __tgdir__ TGDIR
 


Function Documentation

void _IdFreeLinesOfPlane void **  ,
int 
 

Definition at line 53 of file imaallo.c.

NODE BtCreateNode NODE  ,
size_t 
 

NODE BtFreeNode NODE   ) 
 

int BtScanTree NODE  ,
PPIMAGE_UCHAR  ,
PPIMAGE_UCHAR  ,
PPIMAGE_TGDIR  ,
double  ,
int  [],
long *  BOTH,
PPIMAGE_UCHAR 
 

int CoTangentImage PPIMAGE_TGDIR  ,
int  ,
int 
 

int ExistingPoint NODE  ,
struct point ,
PPIMAGE_UCHAR 
 

PPIMAGE_UCHAR IdImaExtremSearch PPIMAGE_UCHAR  ,
PPIMAGE_TGDIR  ,
int 
 

int PathTrace NODE  ,
PPIMAGE_UCHAR 
 

void TangentImageFree PPIMAGE_TGDIR  ,
int 
 


Variable Documentation

PPIMAGE_TGDIR TangentImage(PPIMAGE_FLOAT, PPIMAGE_FLOAT)
 


Generated on Wed Oct 19 09:28:35 2005 for SIMRI3D by doxygen 1.3.7