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

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

◆ DIM

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

Definition at line 171 of file user_eg.c.

◆ qh_QHimport

#define qh_QHimport

Definition at line 48 of file user_eg.c.

◆ SIZEcube

#define SIZEcube   (1<<DIM)

Definition at line 172 of file user_eg.c.

◆ SIZEdiamond

#define SIZEdiamond   (2*DIM)

Definition at line 173 of file user_eg.c.

◆ TOTpoints

#define TOTpoints   (SIZEcube + SIZEdiamond)

Definition at line 174 of file user_eg.c.

Function Documentation

◆ findDelaunay()

void findDelaunay ( int  dim)

Definition at line 125 of file user_eg.c.

◆ main()

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

Definition at line 185 of file user_eg.c.

◆ makecube()

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

Definition at line 80 of file user_eg.c.

◆ makeDelaunay()

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

Definition at line 101 of file user_eg.c.

◆ makehalf()

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

Definition at line 155 of file user_eg.c.

◆ print_summary()

void print_summary ( void  )

Definition at line 63 of file user_eg.c.



hpp-fcl
Author(s):
autogenerated on Fri Jan 26 2024 03:46:16