#include "QhullError.h"
#include "QhullSet.h"
#include "QhullPoint.h"
#include "QhullPointSet.h"
#include "QhullRidge.h"
#include "QhullFacet.h"
#include "QhullFacetSet.h"
#include "QhullVertex.h"
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | orgQhull |
QhullRidge -- Qhull's ridge structure, ridgeT, as a C++ class. | |
Functions | |
ostream & | operator<< (ostream &os, const QhullFacet::PrintFacet &pr) |
ostream & | operator<< (ostream &os, const QhullFacet::PrintCenter &pr) |
ostream & | operator<< (ostream &os, const QhullFacet::PrintFlags &p) |
Print flags for facet to stream. Space prefix. From qh_printfacetheader [io.c]. | |
ostream & | operator<< (ostream &os, const QhullFacet::PrintHeader &pr) |
Print header for facet to stream. Space prefix. From qh_printfacetheader [io.c]. | |
ostream & | operator<< (ostream &os, const QhullFacet::PrintRidges &pr) |
ostream & | operator<< (ostream &os, QhullFacet &f) |
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintFacet & | pr | ||
) |
Definition at line 218 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintCenter & | pr | ||
) |
Print Voronoi center or facet centrum to stream. Same as qh_printcenter [io.c] Code duplicated for PrintCenter and getCenter Sets center if needed
Definition at line 244 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintFlags & | p | ||
) |
Print flags for facet to stream. Space prefix. From qh_printfacetheader [io.c].
Definition at line 289 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintHeader & | pr | ||
) |
Print header for facet to stream. Space prefix. From qh_printfacetheader [io.c].
Definition at line 360 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintRidges & | pr | ||
) |
Print ridges of facet to stream. Same as qh_printfacetridges [io.c] If qhRunId==UsingLibQhull::NOqhRunId, does not use qh
Definition at line 447 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
QhullFacet & | f | ||
) |
Definition at line 520 of file QhullFacet.cpp.