Go to the source code of this file.
Functions |
void | qh_appendprint (qh_PRINT format) |
void | qh_checkflags (char *command, char *hiddenflags) |
void | qh_clear_outputflags (void) |
unsigned long | qh_clock (void) |
void | qh_freebuffers (void) |
void | qh_freebuild (boolT allmem) |
void | qh_freeqhull (boolT allmem) |
void | qh_freeqhull2 (boolT allmem) |
void | qh_init_A (FILE *infile, FILE *outfile, FILE *errfile, int argc, char *argv[]) |
void | qh_init_B (coordT *points, int numpoints, int dim, boolT ismalloc) |
void | qh_init_qhull_command (int argc, char *argv[]) |
void | qh_initflags (char *command) |
void | qh_initqhull_buffers (void) |
void | qh_initqhull_globals (coordT *points, int numpoints, int dim, boolT ismalloc) |
void | qh_initqhull_mem (void) |
void | qh_initqhull_outputflags (void) |
void | qh_initqhull_start (FILE *infile, FILE *outfile, FILE *errfile) |
void | qh_initqhull_start2 (FILE *infile, FILE *outfile, FILE *errfile) |
void | qh_initthresholds (char *command) |
void | qh_option (const char *option, int *i, realT *r) |
void | qh_restore_qhull (qhT **oldqh) |
qhT * | qh_save_qhull (void) |
Variables |
qhT * | qh_qh = NULL |
const char * | qh_version = "2011.2 2011/11/29" |
int | qhull_inuse = 0 |
Function Documentation
void qh_init_A |
( |
FILE * |
infile, |
|
|
FILE * |
outfile, |
|
|
FILE * |
errfile, |
|
|
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Variable Documentation