Functions | Variables

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/third_party/bundled/qhull/global.c File Reference

#include "qhull_a.h"

Functions

void qh_appendprint (qh_PRINT format)
void qh_checkflags (char *command, char *hiddenflags)
unsigned long qh_clock (void)
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
char * qh_version = "2003.1 2003/12/30"

Function Documentation

void qh_appendprint ( qh_PRINT  format  ) 
void qh_checkflags ( char *  command,
char *  hiddenflags 
)
unsigned long qh_clock ( void   ) 
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

char* qh_version = "2003.1 2003/12/30"