Go to the documentation of this file.
   27 #define isatty _isatty 
   49 char hidden_options[]=
" d v H Qbb Qf Qg Qm Qr Qu Qv Qx Qz TR E V Fp Gt Q0 Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 ";
 
   52 qconvex- compute the convex hull\n\ 
   53     http://www.qhull.org  %s\n\ 
   56     first lines: dimension and number of points (or vice-versa).\n\ 
   57     other lines: point coordinates, best if one point per line\n\ 
   58     comments:    start with a non-numeric character\n\ 
   61     Qt   - triangulated output\n\ 
   62     QJ   - joggled input instead of merged facets\n\ 
   63     Qc   - keep coplanar points with nearest facet\n\ 
   64     Qi   - keep interior points with nearest facet\n\ 
   66 Qhull control options:\n\ 
   67     Qbk:n   - scale coord k so that low bound is n\n\ 
   68       QBk:n - scale coord k so that upper bound is n (QBk is %2.2g)\n\ 
   69     QbB  - scale input to unit cube centered at the origin\n\ 
   70     Qbk:0Bk:0 - remove k-th coordinate from input\n\ 
   71     QJn  - randomly joggle input in range [-n,n]\n\ 
   72     QRn  - random rotation (n=seed, n=0 time, n=-1 time/no rotate)\n\ 
   75     Qs   - search all points for the initial simplex\n\ 
   76     QGn  - good facet if visible from point n, -n for not visible\n\ 
   77     QVn  - good facet if it includes point n, -n if not\n\ 
   82     T4   - trace at level n, 4=all, 5=mem/gauss, -1= events\n\ 
   83     Tc   - check frequently during execution\n\ 
   84     Ts   - print statistics\n\ 
   85     Tv   - verify result: structure, convexity, and point inclusion\n\ 
   86     Tz   - send all output to stdout\n\ 
   87     TFn  - report summary when n or more facets created\n\ 
   88     TI file - input data from file, no spaces or single quotes\n\ 
   89     TO file - output results to file, may be enclosed in single quotes\n\ 
   90     TPn  - turn on tracing when point n added to hull\n\ 
   91      TMn - turn on tracing at merge n\n\ 
   92      TWn - trace merge facets when width > n\n\ 
   93     TVn  - stop qhull after adding point n, -n for before (see TCn)\n\ 
   94      TCn - stop qhull after building cone for point n (see TVn)\n\ 
   97     Cn   - radius of centrum (roundoff added).  Merge facets if non-convex\n\ 
   98      An  - cosine of maximum angle.  Merge facets if cosine > n or non-convex\n\ 
   99            C-0 roundoff, A-0.99/C-0.01 pre-merge, A0.99/C0.01 post-merge\n\ 
  100     Rn   - randomly perturb computations by a factor of [1-n,1+n]\n\ 
  101     Un   - max distance below plane for a new, coplanar point\n\ 
  102     Wn   - min facet width for outside point (before roundoff)\n\ 
  104 Output formats (may be combined; if none, produces a summary to stdout):\n\ 
  106     G    - Geomview output (see below)\n\ 
  107     i    - vertices incident to each facet\n\ 
  108     m    - Mathematica output (2-d and 3-d)\n\ 
  109     n    - normals with offsets\n\ 
  110     o    - OFF file format (dim, points and facets; Voronoi regions)\n\ 
  111     p    - point coordinates \n\ 
  112     s    - summary (stderr)\n\ 
  117     Fa   - area for each facet\n\ 
  118     FA   - compute total area and volume for option 's'\n\ 
  119     Fc   - count plus coplanar points for each facet\n\ 
  120            use 'Qc' (default) for coplanar and 'Qi' for interior\n\ 
  121     FC   - centrum for each facet\n\ 
  122     Fd   - use cdd format for input (homogeneous with offset first)\n\ 
  123     FD   - use cdd format for numeric output (offset first)\n\ 
  124     FF   - facet dump without ridges\n\ 
  125     Fi   - inner plane for each facet\n\ 
  126     FI   - ID for each facet\n\ 
  127     Fm   - merge count for each facet (511 max)\n\ 
  128     Fn   - count plus neighboring facets for each facet\n\ 
  129     FN   - count plus neighboring facets for each point\n\ 
  130     Fo   - outer plane (or max_outside) for each facet\n\ 
  131     FO   - options and precision constants\n\ 
  132     FP   - nearest vertex for each coplanar point\n\ 
  133     FQ   - command used for qconvex\n\ 
  134     Fs   - summary: #int (8), dimension, #points, tot vertices, tot facets,\n\ 
  135                       for output: #vertices, #facets,\n\ 
  136                                   #coplanar points, #non-simplicial facets\n\ 
  137                     #real (2), max outer plane, min vertex\n\ 
  138     FS   - sizes:   #int (0) \n\ 
  139                     #real (2) tot area, tot volume\n\ 
  140     Ft   - triangulation with centrums for non-simplicial facets (OFF format)\n\ 
  141     Fv   - count plus vertices for each facet\n\ 
  142     FV   - average of vertices (a feasible point for 'H')\n\ 
  143     Fx   - extreme points (in order for 2-d)\n\ 
  147 Geomview output (2-d, 3-d, and 4-d)\n\ 
  148     Ga   - all points as dots\n\ 
  149      Gp  -  coplanar points and vertices as radii\n\ 
  150      Gv  -  vertices as spheres\n\ 
  151     Gi   - inner planes only\n\ 
  153      Go  -  outer planes only\n\ 
  155     Gh   - hyperplane intersections\n\ 
  157     GDn  - drop dimension n in 3-d and 4-d output\n\ 
  160     PAn  - keep n largest facets by area\n\ 
  161     Pdk:n - drop facet if normal[k] <= n (default 0.0)\n\ 
  162     PDk:n - drop facet if normal[k] >= n\n\ 
  163     Pg   - print good facets (needs 'QGn' or 'QVn')\n\ 
  164     PFn  - keep facets whose area is at least n\n\ 
  165     PG   - print neighbors of good facets\n\ 
  166     PMn  - keep n facets with most merges\n\ 
  167     Po   - force output.  If error, output neighborhood of facet\n\ 
  168     Pp   - do not report precision problems\n\ 
  170     .    - list of all options\n\ 
  171     -    - one line descriptions of all options\n\ 
  183 qconvex- compute the convex hull.  Qhull %s\n\ 
  184     input (stdin): dimension, number of points, point coordinates\n\ 
  185     comments start with a non-numeric character\n\ 
  187 options (qconvex.htm):\n\ 
  188     Qt   - triangulated output\n\ 
  189     QJ   - joggled input instead of merged facets\n\ 
  190     Tv   - verify result: structure, convexity, and point inclusion\n\ 
  191     .    - concise list of all options\n\ 
  192     -    - one-line description of all options\n\ 
  195 output options (subset):\n\ 
  196     s    - summary of results (default)\n\ 
  197     i    - vertices incident to each facet\n\ 
  198     n    - normals with offsets\n\ 
  199     p    - vertex coordinates (includes coplanar points if 'Qc')\n\ 
  200     Fx   - extreme points (convex hull vertices)\n\ 
  201     FA   - report total area and volume\n\ 
  202     FS   - compute total area and volume\n\ 
  203     o    - OFF format (dim, n, points, facets)\n\ 
  204     G    - Geomview output (2-d, 3-d, and 4-d)\n\ 
  205     m    - Mathematica output (2-d and 3-d)\n\ 
  206     QVn  - print facets that include point n, -n if not\n\ 
  207     TO file- output results to file, may be enclosed in single quotes\n\ 
  210     rbox c D2 | qconvex s n                    rbox c D2 | qconvex i\n\ 
  211     rbox c D2 | qconvex o                      rbox 1000 s | qconvex s Tv FA\n\ 
  212     rbox c d D2 | qconvex s Qc Fx              rbox y 1000 W0 | qconvex s n\n\ 
  213     rbox y 1000 W0 | qconvex s QJ              rbox d G1 D12 | qconvex QR0 FA Pp\n\ 
  214     rbox c D7 | qconvex FA TF1000\n\ 
  227 Except for 'F.' and 'PG', upper-case options take an argument.\n\ 
  229  incidences     mathematica    normals        OFF_format     points\n\ 
  230  summary        facet_dump\n\ 
  232  Farea          FArea_total    Fcoplanars     FCentrums      Fd_cdd_in\n\ 
  233  FD_cdd_out     FFacet_xridge  Finner         FIDs           Fmerges\n\ 
  234  Fneighbors     FNeigh_vertex  Fouter         FOptions       FPoint_near\n\ 
  235  FQhull         Fsummary       FSize          Fvertices      FVertex_ave\n\ 
  238  Gvertices      Gpoints        Gall_points    Gno_planes     Ginner\n\ 
  239  Gcentrums      Ghyperplanes   Gridges        Gouter         GDrop_dim\n\ 
  241  PArea_keep     Pdrop d0:0D0   PFacet_area_keep Pgood        PGood_neighbors\n\ 
  242  PMerge_keep    Poutput_forced Pprecision_not\n\ 
  244  QbBound 0:0.5  QbB_scale_box  Qcoplanar      QGood_point    Qinterior\n\ 
  245  QJoggle        Qrandom        QRotate        Qsearch_1st    Qtriangulate\n\ 
  248  T4_trace       Tcheck_often   Tstatistics    Tverify        Tz_stdout\n\ 
  249  TFacet_log     TInput_file    TPoint_trace   TMerge_trace   TOutput_file\n\ 
  250  TWide_trace    TVertex_stop   TCone_stop\n\ 
  252  Angle_max      Centrum_size   Random_dist    Ucoplanar_max  Wide_outside\n\ 
  270 int main(
int argc, 
char *argv[]) {
 
  271   int curlong, totlong; 
 
  272   int exitcode, numpoints, 
dim;
 
  280   if ((argc == 1) && 
isatty( 0 )) {
 
  284   if (argc > 1 && *argv[1] == 
'-' && !*(argv[1]+1)) {
 
  289   if (argc > 1 && *argv[1] == 
'.' && !*(argv[1]+1)) {
 
  293   if (argc > 1 && *argv[1] == 
'-' && *(argv[1]+1)==
'V') {
 
  298   exitcode= setjmp(
qh->errexit); 
 
  312     if (
qh->VERIFYoutput && !
qh->FORCEoutput && !
qh->STOPpoint && !
qh->STOPcone)
 
  322   if (curlong || totlong)
 
  323     qh_fprintf_stderr(6263, 
"qhull internal warning (main): did not free %d bytes of long memory(%d pieces)\n",
 
  
void qh_fprintf_stderr(int msgcode, const char *fmt,...)
void qh_check_output(void)
void qh_checkflags(char *command, char *hiddenflags)
void qh_check_points(void)
void qh_init_A(FILE *infile, FILE *outfile, FILE *errfile, int argc, char *argv[])
void qh_freeqhull(boolT allmem)
void qh_option(const char *option, int *i, realT *r)
coordT * qh_readpoints(int *numpoints, int *dimension, boolT *ismalloc)
int main(int argc, char *argv[])
void qh_produce_output(void)
void qh_memfreeshort(int *curlong, int *totlong)
void qh_initflags(char *command)
void qh_init_B(coordT *points, int numpoints, int dim, boolT ismalloc)
hpp-fcl
Author(s): 
autogenerated on Fri Feb 14 2025 03:45:51