#include "qhull_ra.h"
Go to the source code of this file.
Functions | |
void | qh_appendfacet (qhT *qh, facetT *facet) |
void | qh_appendvertex (qhT *qh, vertexT *vertex) |
void | qh_attachnewfacets (qhT *qh) |
boolT | qh_checkflipped (qhT *qh, facetT *facet, realT *distp, boolT allerror) |
void | qh_deletevisible (qhT *qh) |
void | qh_delfacet (qhT *qh, facetT *facet) |
setT * | qh_facetintersect (qhT *qh, facetT *facetA, facetT *facetB, int *skipA, int *skipB, int prepend) |
int | qh_gethash (qhT *qh, int hashsize, setT *set, int size, int firstindex, void *skipelem) |
facetT * | qh_makenew_nonsimplicial (qhT *qh, facetT *visible, vertexT *apex, int *numnew) |
facetT * | qh_makenew_simplicial (qhT *qh, facetT *visible, vertexT *apex, int *numnew) |
facetT * | qh_makenewfacet (qhT *qh, setT *vertices, boolT toporient, facetT *horizon) |
void | qh_makenewplanes (qhT *qh) |
void | qh_matchneighbor (qhT *qh, facetT *newfacet, int newskip, int hashsize, int *hashcount) |
void | qh_matchnewfacets (qhT *qh) |
boolT | qh_matchvertices (qhT *qh, int firstindex, setT *verticesA, int skipA, setT *verticesB, int *skipB, boolT *same) |
facetT * | qh_newfacet (qhT *qh) |
ridgeT * | qh_newridge (qhT *qh) |
int | qh_pointid (qhT *qh, pointT *point) |
void | qh_removefacet (qhT *qh, facetT *facet) |
void | qh_removevertex (qhT *qh, vertexT *vertex) |
void | qh_updatevertices (qhT *qh) |