#include <mi32/stddefns.h>
#include <mi32/point.h>
#include <stdio.h>
Include dependency graph for intsec2.h:

Go to the source code of this file.
Classes | |
| struct | CROSSPTREC |
| struct | INTERSECTINFO |
| struct | OVERLAPREC |
Defines | |
| #define | GEOMLIBEXPORT MI_DLLIMPORT |
Typedefs | |
| typedef void * | INTSHANDLE |
Functions | |
| GEOMLIBEXPORT void | IntsClean (INTSHANDLE ihp, DPOLYGON *dpoly, INTERSECTINFO *ints) |
| GEOMLIBEXPORT void | IntsFree (INTERSECTINFO *ints) |
| GEOMLIBEXPORT int | IntsInit (double thresh, INTSHANDLE *ihp) |
| GEOMLIBEXPORT int | IntsSearch (INTSHANDLE ihp, DPOLYGON *checkpoly, DPOLYGON *otherpoly, INTERSECTINFO *checkints, INTERSECTINFO *otherints) |
| GEOMLIBEXPORT int | IntsSplitLine (INTSHANDLE ihp, DPOLYGON *dpoly, INTERSECTINFO *ints, int(*)(void *, DPOLYGON *), int(*)(void *), void *udata) |
| GEOMLIBEXPORT void | IntsStop (INTSHANDLE ihp) |
Definition in file intsec2.h.
|
|
|
|
|
|
1.3.8-20040913