#include "libqhullcpp/QhullFacet.h"
#include "libqhullcpp/QhullError.h"
#include "libqhullcpp/Qhull.h"
#include "libqhullcpp/QhullSet.h"
#include "libqhullcpp/QhullPoint.h"
#include "libqhullcpp/QhullPointSet.h"
#include "libqhullcpp/QhullRidge.h"
#include "libqhullcpp/QhullFacetSet.h"
#include "libqhullcpp/QhullVertex.h"
#include <ostream>
Go to the source code of this file.
Namespaces | |
orgQhull | |
QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class. | |
Functions | |
operator<< | |
ostream & | operator<< (ostream &os, const QhullFacet::PrintCenter &pr) |
ostream & | operator<< (ostream &os, const QhullFacet::PrintFacet &pr) |
ostream & | operator<< (ostream &os, const QhullFacet::PrintFlags &p) |
Print flags for facet to stream. Space prefix. From qh_printfacetheader [io_r.c]. More... | |
ostream & | operator<< (ostream &os, const QhullFacet::PrintHeader &pr) |
Print header for facet to stream. Space prefix. From qh_printfacetheader [io_r.c]. More... | |
ostream & | operator<< (ostream &os, const QhullFacet::PrintRidges &pr) |
Print ridges of facet to stream. Same as qh_printfacetridges [io_r.c]. More... | |
ostream & | operator<< (ostream &os, QhullFacet &f) |
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintCenter & | pr | ||
) |
Print Voronoi center or facet centrum to stream. Same as qh_printcenter [_r.] Code duplicated for PrintCenter and getCenter Sets center if needed
Definition at line 246 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintFacet & | pr | ||
) |
Definition at line 219 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintFlags & | p | ||
) |
Print flags for facet to stream. Space prefix. From qh_printfacetheader [io_r.c].
Definition at line 291 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintHeader & | pr | ||
) |
Print header for facet to stream. Space prefix. From qh_printfacetheader [io_r.c].
Definition at line 362 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintRidges & | pr | ||
) |
Print ridges of facet to stream. Same as qh_printfacetridges [io_r.c].
Definition at line 448 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
QhullFacet & | f | ||
) |
Definition at line 515 of file QhullFacet.cpp.