#include "qhull_ra.h"
Go to the source code of this file.
Functions | |
boolT | qh_addpoint (qhT *qh, pointT *furthest, facetT *facet, boolT checkdist) |
void | qh_build_withrestart (qhT *qh) |
void | qh_buildhull (qhT *qh) |
void | qh_buildtracing (qhT *qh, pointT *furthest, facetT *facet) |
void | qh_errexit2 (qhT *qh, int exitcode, facetT *facet, facetT *otherfacet) |
void | qh_findhorizon (qhT *qh, pointT *point, facetT *facet, int *goodvisible, int *goodhorizon) |
pointT * | qh_nextfurthest (qhT *qh, facetT **visible) |
void | qh_partitionall (qhT *qh, setT *vertices, pointT *points, int numpoints) |
void | qh_partitioncoplanar (qhT *qh, pointT *point, facetT *facet, realT *dist) |
void | qh_partitionpoint (qhT *qh, pointT *point, facetT *facet) |
void | qh_partitionvisible (qhT *qh, boolT allpoints, int *numoutside) |
void | qh_precision (qhT *qh, const char *reason) |
void | qh_printsummary (qhT *qh, FILE *fp) |
void | qh_qhull (qhT *qh) |
Definition at line 168 of file libqhull_r.c.
void qh_build_withrestart | ( | qhT * | qh | ) |
Definition at line 290 of file libqhull_r.c.
void qh_buildhull | ( | qhT * | qh | ) |
Definition at line 364 of file libqhull_r.c.
Definition at line 435 of file libqhull_r.c.
Definition at line 521 of file libqhull_r.c.
void qh_findhorizon | ( | qhT * | qh, |
pointT * | point, | ||
facetT * | facet, | ||
int * | goodvisible, | ||
int * | goodhorizon | ||
) |
Definition at line 556 of file libqhull_r.c.
Definition at line 662 of file libqhull_r.c.
Definition at line 777 of file libqhull_r.c.
Definition at line 896 of file libqhull_r.c.
Definition at line 1005 of file libqhull_r.c.
Definition at line 1117 of file libqhull_r.c.
void qh_precision | ( | qhT * | qh, |
const char * | reason | ||
) |
Definition at line 1180 of file libqhull_r.c.
void qh_printsummary | ( | qhT * | qh, |
FILE * | fp | ||
) |
Definition at line 1205 of file libqhull_r.c.
void qh_qhull | ( | qhT * | qh | ) |
Definition at line 60 of file libqhull_r.c.