CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "QhullError.h"
#include "Qhull.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 | |
orgQhull | |
QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class. | |
Functions | |
operator<< | |
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_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 244 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacet::PrintFacet & | pr | ||
) |
Definition at line 217 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 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_r.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_r.c].
Definition at line 446 of file QhullFacet.cpp.
ostream& operator<< | ( | ostream & | os, |
QhullFacet & | f | ||
) |
Definition at line 513 of file QhullFacet.cpp.