#include "QhullError.h"
#include "UsingLibQhull.h"
#include "RboxPoints.h"
#include "QhullQh.h"
#include "QhullFacet.h"
#include "QhullFacetList.h"
#include "Qhull.h"
#include "libqhull/qhull_a.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | orgQhull |
QhullRidge -- Qhull's ridge structure, ridgeT, as a C++ class. | |
Functions | |
void | qh_fprintf (FILE *fp, int msgcode, const char *fmt,...) |
Variables | |
char | orgQhull::s_not_output_options [] = " Fd TI A C d E H P Qb QbB Qbb Qc Qf Qg Qi Qm QJ Qr QR Qs Qt Qv Qx Qz Q0 Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11 R Tc TC TM TP TR Tv TV TW U v V W " |
char | orgQhull::s_unsupported_options [] = " Fd TI " |
void qh_fprintf | ( | FILE * | fp, |
int | msgcode, | ||
const char * | fmt, | ||
... | |||
) |