#include "QhullFacet.h"
#include "QhullFacetSet.h"
#include "QhullPoint.h"
#include "QhullRidge.h"
#include "QhullVertex.h"
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 QhullFacetSet &fs) |
ostream & | operator<< (ostream &os, const QhullFacetSet::PrintFacetSet &pr) |
ostream & | operator<< (ostream &os, const QhullFacetSet::PrintIdentifiers &p) |
Print facet identifiers to stream. Space prefix. From qh_printfacetheader [io.c]. |
ostream& operator<< | ( | ostream & | os, |
const QhullFacetSet & | fs | ||
) |
Definition at line 107 of file QhullFacetSet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacetSet::PrintFacetSet & | pr | ||
) |
Definition at line 115 of file QhullFacetSet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacetSet::PrintIdentifiers & | p | ||
) |
Print facet identifiers to stream. Space prefix. From qh_printfacetheader [io.c].
Definition at line 129 of file QhullFacetSet.cpp.