Defines | Functions
user_eg.c File Reference
#include "qhull_a.h"
Include dependency graph for user_eg.c:

Go to the source code of this file.

Defines

#define DIM   3 /* dimension of points, must be < 31 for SIZEcube */
#define qh_QHimport
#define SIZEcube   (1<<DIM)
#define SIZEdiamond   (2*DIM)
#define TOTpoints   (SIZEcube + SIZEdiamond)

Functions

void findDelaunay (int dim)
int main (int argc, char *argv[])
void makecube (coordT *points, int numpoints, int dim)
void makeDelaunay (coordT *points, int numpoints, int dim, int seed)
void makehalf (coordT *points, int numpoints, int dim)
void print_summary (void)

Define Documentation

#define DIM   3 /* dimension of points, must be < 31 for SIZEcube */

Definition at line 171 of file user_eg.c.

#define qh_QHimport

Definition at line 48 of file user_eg.c.

#define SIZEcube   (1<<DIM)

Definition at line 172 of file user_eg.c.

#define SIZEdiamond   (2*DIM)

Definition at line 173 of file user_eg.c.

#define TOTpoints   (SIZEcube + SIZEdiamond)

Definition at line 174 of file user_eg.c.


Function Documentation

void findDelaunay ( int  dim)

Definition at line 125 of file user_eg.c.

int main ( int  argc,
char *  argv[] 
)

Definition at line 185 of file user_eg.c.

void makecube ( coordT points,
int  numpoints,
int  dim 
)

Definition at line 80 of file user_eg.c.

void makeDelaunay ( coordT points,
int  numpoints,
int  dim,
int  seed 
)

Definition at line 101 of file user_eg.c.

void makehalf ( coordT points,
int  numpoints,
int  dim 
)

Definition at line 155 of file user_eg.c.

void print_summary ( void  )

Definition at line 63 of file user_eg.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libqhull
Author(s): Robert Krug
autogenerated on Tue Jun 18 2013 12:38:50