global.c File Reference
#include "qhull_a.h"
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) |
Variables |
qhT | qh_qh |
const char * | qh_version = "2012.1 2012/02/18" |
int | qhull_inuse = 0 |
Function Documentation
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 | |
|
) |
| | |
Variable Documentation