#include "qhull_ra.h"
Go to the source code of this file.
Functions | |
void | qh_appendprint (qhT *qh, qh_PRINT format) |
void | qh_checkflags (qhT *qh, char *command, char *hiddenflags) |
void | qh_clear_outputflags (qhT *qh) |
unsigned long | qh_clock (qhT *qh) |
void | qh_freebuffers (qhT *qh) |
void | qh_freebuild (qhT *qh, boolT allmem) |
void | qh_freeqhull (qhT *qh, boolT allmem) |
void | qh_init_A (qhT *qh, FILE *infile, FILE *outfile, FILE *errfile, int argc, char *argv[]) |
void | qh_init_B (qhT *qh, coordT *points, int numpoints, int dim, boolT ismalloc) |
void | qh_init_qhull_command (qhT *qh, int argc, char *argv[]) |
void | qh_initflags (qhT *qh, char *command) |
void | qh_initqhull_buffers (qhT *qh) |
void | qh_initqhull_globals (qhT *qh, coordT *points, int numpoints, int dim, boolT ismalloc) |
void | qh_initqhull_mem (qhT *qh) |
void | qh_initqhull_outputflags (qhT *qh) |
void | qh_initqhull_start (qhT *qh, FILE *infile, FILE *outfile, FILE *errfile) |
void | qh_initqhull_start2 (qhT *qh, FILE *infile, FILE *outfile, FILE *errfile) |
void | qh_initthresholds (qhT *qh, char *command) |
void | qh_lib_check (int qhullLibraryType, int qhTsize, int vertexTsize, int ridgeTsize, int facetTsize, int setTsize, int qhmemTsize) |
void | qh_option (qhT *qh, const char *option, int *i, realT *r) |
void | qh_zero (qhT *qh, FILE *errfile) |
Variables | |
const char | qh_version [] = "2015.2.r 2016/01/18" |
const char | qh_version2 [] = "qhull_r 7.2.0 (2015.2.r 2016/01/18)" |
Definition at line 51 of file global_r.c.
void qh_checkflags | ( | qhT * | qh, |
char * | command, | ||
char * | hiddenflags | ||
) |
Definition at line 78 of file global_r.c.
void qh_clear_outputflags | ( | qhT * | qh | ) |
Definition at line 159 of file global_r.c.
unsigned long qh_clock | ( | qhT * | qh | ) |
Definition at line 231 of file global_r.c.
void qh_freebuffers | ( | qhT * | qh | ) |
Definition at line 268 of file global_r.c.
Definition at line 332 of file global_r.c.
Definition at line 431 of file global_r.c.
void qh_init_A | ( | qhT * | qh, |
FILE * | infile, | ||
FILE * | outfile, | ||
FILE * | errfile, | ||
int | argc, | ||
char * | argv[] | ||
) |
Definition at line 460 of file global_r.c.
Definition at line 507 of file global_r.c.
void qh_init_qhull_command | ( | qhT * | qh, |
int | argc, | ||
char * | argv[] | ||
) |
Definition at line 548 of file global_r.c.
void qh_initflags | ( | qhT * | qh, |
char * | command | ||
) |
Definition at line 588 of file global_r.c.
void qh_initqhull_buffers | ( | qhT * | qh | ) |
Definition at line 1415 of file global_r.c.
Definition at line 1469 of file global_r.c.
void qh_initqhull_mem | ( | qhT * | qh | ) |
Definition at line 1657 of file global_r.c.
void qh_initqhull_outputflags | ( | qhT * | qh | ) |
Definition at line 1695 of file global_r.c.
void qh_initqhull_start | ( | qhT * | qh, |
FILE * | infile, | ||
FILE * | outfile, | ||
FILE * | errfile | ||
) |
Definition at line 1800 of file global_r.c.
void qh_initqhull_start2 | ( | qhT * | qh, |
FILE * | infile, | ||
FILE * | outfile, | ||
FILE * | errfile | ||
) |
Definition at line 1819 of file global_r.c.
void qh_initthresholds | ( | qhT * | qh, |
char * | command | ||
) |
Definition at line 1893 of file global_r.c.
void qh_lib_check | ( | int | qhullLibraryType, |
int | qhTsize, | ||
int | vertexTsize, | ||
int | ridgeTsize, | ||
int | facetTsize, | ||
int | setTsize, | ||
int | qhmemTsize | ||
) |
Definition at line 2001 of file global_r.c.
Definition at line 2066 of file global_r.c.
void qh_zero | ( | qhT * | qh, |
FILE * | errfile | ||
) |
Definition at line 2095 of file global_r.c.
const char qh_version[] = "2015.2.r 2016/01/18" |
Definition at line 42 of file global_r.c.
const char qh_version2[] = "qhull_r 7.2.0 (2015.2.r 2016/01/18)" |
Definition at line 43 of file global_r.c.