|
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 point * | POINT_PTR |
typedef node * | NODE |
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) |