/opt/ros/diamondback/stacks/graspit_simulator/graspit/graspit_source/qhull/qhull.c File Reference
#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 (char *reason) |
void | qh_printsummary (FILE *fp) |
void | qh_qhull (void) |
Function Documentation
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 |
( |
char * |
reason |
) |
|
void qh_printsummary |
( |
FILE * |
fp |
) |
|