#include "QhullVertex.h"
#include "QhullVertexSet.h"
#include "QhullPoint.h"
#include "QhullRidge.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 QhullVertexSet::PrintIdentifiers &pr) |
Print Vertex identifiers to stream. Space prefix. From qh_printVertexheader [io.c]. | |
ostream & | operator<< (ostream &os, const QhullVertexSet::PrintVertexSet &pr) |
ostream& operator<< | ( | ostream & | os, |
const QhullVertexSet::PrintIdentifiers & | pr | ||
) |
Print Vertex identifiers to stream. Space prefix. From qh_printVertexheader [io.c].
Definition at line 79 of file QhullVertexSet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullVertexSet::PrintVertexSet & | pr | ||
) |
Duplicate of printvertices [io.c] If pr.run_id==UsingLibQhull::NOqhRunId, no access to qh [needed for QhullPoint]
Definition at line 95 of file QhullVertexSet.cpp.