#include "qhull_a.h"
#include <stdarg.h>
Go to the source code of this file.
Functions |
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) |
Function Documentation
int qh_new_qhull |
( |
int |
dim, |
|
|
int |
numpoints, |
|
|
coordT * |
points, |
|
|
boolT |
ismalloc, |
|
|
char * |
qhull_cmd, |
|
|
FILE * |
outfile, |
|
|
FILE * |
errfile |
|
) |
| |