#include "qhull_a.h"
#include <stdarg.h>
Go to the source code of this file.
|
void | qh_errexit (int exitcode, facetT *facet, ridgeT *ridge) |
|
void | qh_errprint (const char *string, facetT *atfacet, facetT *otherfacet, ridgeT *atridge, vertexT *atvertex) |
|
int | qh_new_qhull (int dim, int numpoints, coordT *points, boolT ismalloc, char *qhull_cmd, FILE *outfile, FILE *errfile) |
|
void | qh_printfacetlist (facetT *facetlist, setT *facets, boolT printall) |
|
void | qh_printhelp_degenerate (FILE *fp) |
|
void | qh_printhelp_narrowhull (FILE *fp, realT minangle) |
|
void | qh_printhelp_singular (FILE *fp) |
|
void | qh_user_memsizes (void) |
|
◆ qh_errexit()
void qh_errexit |
( |
int |
exitcode, |
|
|
facetT * |
facet, |
|
|
ridgeT * |
ridge |
|
) |
| |
◆ qh_errprint()
◆ qh_new_qhull()
int qh_new_qhull |
( |
int |
dim, |
|
|
int |
numpoints, |
|
|
coordT * |
points, |
|
|
boolT |
ismalloc, |
|
|
char * |
qhull_cmd, |
|
|
FILE * |
outfile, |
|
|
FILE * |
errfile |
|
) |
| |
◆ qh_printfacetlist()
void qh_printfacetlist |
( |
facetT * |
facetlist, |
|
|
setT * |
facets, |
|
|
boolT |
printall |
|
) |
| |
◆ qh_printhelp_degenerate()
void qh_printhelp_degenerate |
( |
FILE * |
fp | ) |
|
◆ qh_printhelp_narrowhull()
void qh_printhelp_narrowhull |
( |
FILE * |
fp, |
|
|
realT |
minangle |
|
) |
| |
◆ qh_printhelp_singular()
void qh_printhelp_singular |
( |
FILE * |
fp | ) |
|
◆ qh_user_memsizes()
void qh_user_memsizes |
( |
void |
| ) |
|