#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) |
Definition at line 168 of file libqhull.c.
void qh_build_withrestart | ( | void | ) |
Definition at line 290 of file libqhull.c.
void qh_buildhull | ( | void | ) |
Definition at line 364 of file libqhull.c.
Definition at line 435 of file libqhull.c.
Definition at line 521 of file libqhull.c.
Definition at line 556 of file libqhull.c.
Definition at line 662 of file libqhull.c.
Definition at line 777 of file libqhull.c.
Definition at line 896 of file libqhull.c.
Definition at line 1005 of file libqhull.c.
void qh_partitionvisible | ( | boolT | allpoints, |
int * | numoutside | ||
) |
Definition at line 1117 of file libqhull.c.
void qh_precision | ( | const char * | reason | ) |
Definition at line 1180 of file libqhull.c.
void qh_printsummary | ( | FILE * | fp | ) |
Definition at line 1205 of file libqhull.c.
void qh_qhull | ( | void | ) |
Definition at line 60 of file libqhull.c.