#include "qhull_a.h"
Go to the source code of this file.
Functions | |
boolT | qh_addpoint (pointT *furthest, facetT *facet, boolT checkdist) |
void | qh_build_withrestart (void) |
void | qh_buildhull (void) |
void | qh_buildtracing (pointT *furthest, facetT *facet) |
void | qh_errexit2 (int exitcode, facetT *facet, facetT *otherfacet) |
void | qh_findhorizon (pointT *point, facetT *facet, int *goodvisible, int *goodhorizon) |
pointT * | qh_nextfurthest (facetT **visible) |
void | qh_partitionall (setT *vertices, pointT *points, int numpoints) |
void | qh_partitioncoplanar (pointT *point, facetT *facet, realT *dist) |
void | qh_partitionpoint (pointT *point, facetT *facet) |
void | qh_partitionvisible (boolT allpoints, int *numoutside) |
void | qh_precision (const char *reason) |
void | qh_printsummary (FILE *fp) |
void | qh_qhull (void) |
boolT qh_addpoint | ( | pointT * | furthest, | |
facetT * | facet, | |||
boolT | checkdist | |||
) |
Definition at line 168 of file libqhull.c.
void qh_build_withrestart | ( | void | ) |
Definition at line 289 of file libqhull.c.
void qh_buildhull | ( | void | ) |
Definition at line 363 of file libqhull.c.
void qh_buildtracing | ( | pointT * | furthest, | |
facetT * | facet | |||
) |
Definition at line 434 of file libqhull.c.
Definition at line 520 of file libqhull.c.
void qh_findhorizon | ( | pointT * | point, | |
facetT * | facet, | |||
int * | goodvisible, | |||
int * | goodhorizon | |||
) |
Definition at line 555 of file libqhull.c.
pointT* qh_nextfurthest | ( | facetT ** | visible | ) |
Definition at line 661 of file libqhull.c.
void qh_partitionall | ( | setT * | vertices, | |
pointT * | points, | |||
int | numpoints | |||
) |
Definition at line 776 of file libqhull.c.
void qh_partitioncoplanar | ( | pointT * | point, | |
facetT * | facet, | |||
realT * | dist | |||
) |
Definition at line 895 of file libqhull.c.
void qh_partitionpoint | ( | pointT * | point, | |
facetT * | facet | |||
) |
Definition at line 1004 of file libqhull.c.
void qh_partitionvisible | ( | boolT | allpoints, | |
int * | numoutside | |||
) |
Definition at line 1116 of file libqhull.c.
void qh_precision | ( | const char * | reason | ) |
Definition at line 1179 of file libqhull.c.
void qh_printsummary | ( | FILE * | fp | ) |
Definition at line 1203 of file libqhull.c.
void qh_qhull | ( | void | ) |
Definition at line 60 of file libqhull.c.