#include "qhull_a.h"
Functions | |
int | qh_new_qhull (int dim, int numpoints, coordT *points, boolT ismalloc, char *qhull_cmd, FILE *outfile, FILE *errfile) |
void | qh_errexit (int exitcode, facetT *facet, ridgeT *ridge) |
void | qh_errprint (char *string, facetT *atfacet, facetT *otherfacet, ridgeT *atridge, vertexT *atvertex) |
void | qh_printfacetlist (facetT *facetlist, setT *facets, boolT printall) |
void | qh_user_memsizes (void) |
void qh_errprint | ( | 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_user_memsizes | ( | void | ) |