/opt/ros/diamondback/stacks/graspit_simulator/graspit/graspit_source/qhull/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_freebuffers (void) |
void | qh_freebuild (boolT allmem) |
void | qh_freeqhull (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_start (FILE *infile, FILE *outfile, FILE *errfile) |
void | qh_initthresholds (char *command) |
void | qh_option (char *option, int *i, realT *r) |
double | qh_strtod (const char *s, char **endp) |
int | qh_strtol (const char *s, char **endp) |
Variables |
qhT | qh_qh |
Function Documentation
void qh_freebuffers |
( |
void |
|
) |
|
void qh_freebuild |
( |
boolT |
allmem |
) |
|
void qh_freeqhull |
( |
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_start |
( |
FILE * |
infile, |
|
|
FILE * |
outfile, |
|
|
FILE * |
errfile | |
|
) |
| | |
void qh_initthresholds |
( |
char * |
command |
) |
|
void qh_option |
( |
char * |
option, |
|
|
int * |
i, |
|
|
realT * |
r | |
|
) |
| | |
double qh_strtod |
( |
const char * |
s, |
|
|
char ** |
endp | |
|
) |
| | |
int qh_strtol |
( |
const char * |
s, |
|
|
char ** |
endp | |
|
) |
| | |
Variable Documentation