/opt/ros/diamondback/stacks/graspit_simulator/graspit/graspit_source/qhull/user_eg.c File Reference
#include "qhull_a.h"
Go to the source code of this file.
Defines |
| #define | DIM 3 |
| #define | SIZEcube (1<<DIM) |
| #define | SIZEdiamond (2*DIM) |
| #define | TOTpoints (SIZEcube + SIZEdiamond) |
Functions |
| void | addDelaunay (coordT *points, int numpoints, int numnew, int dim) |
| void | adddiamond (coordT *points, int numpoints, int numnew, int dim) |
| void | addhalf (coordT *points, int numpoints, int numnew, int dim, coordT *feasible) |
| 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) |
| void | makehalf (coordT *points, int numpoints, int dim) |
| void | print_summary (void) |
| void | qh_errexit (int exitcode, facetT *facet, ridgeT *ridge) |
| void | qh_errprint (char *string, facetT *atfacet, facetT *otherfacet, ridgeT *atridge, vertexT *atvertex) |
| void | qh_printfacetlist (facetT *facetlist, setT *facets, boolT printall) |
| void | qh_user_memsizes (void) |
Variables |
| char | qh_version [] = "user_eg 97/3/31" |
Define Documentation
| #define SIZEcube (1<<DIM) |
| #define SIZEdiamond (2*DIM) |
| #define TOTpoints (SIZEcube + SIZEdiamond) |
Function Documentation
| void addDelaunay |
( |
coordT * |
points, |
|
|
int |
numpoints, |
|
|
int |
numnew, |
|
|
int |
dim | |
|
) |
| | |
| void adddiamond |
( |
coordT * |
points, |
|
|
int |
numpoints, |
|
|
int |
numnew, |
|
|
int |
dim | |
|
) |
| | |
| void addhalf |
( |
coordT * |
points, |
|
|
int |
numpoints, |
|
|
int |
numnew, |
|
|
int |
dim, |
|
|
coordT * |
feasible | |
|
) |
| | |
| 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 | |
|
) |
| | |
| void makehalf |
( |
coordT * |
points, |
|
|
int |
numpoints, |
|
|
int |
dim | |
|
) |
| | |
| void print_summary |
( |
void |
|
) |
|
| void qh_errexit |
( |
int |
exitcode, |
|
|
facetT * |
facet, |
|
|
ridgeT * |
ridge | |
|
) |
| | |
| void qh_printfacetlist |
( |
facetT * |
facetlist, |
|
|
setT * |
facets, |
|
|
boolT |
printall | |
|
) |
| | |
| void qh_user_memsizes |
( |
void |
|
) |
|
Variable Documentation