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 QhullRidge &r) |
ostream & | operator<< (ostream &os, const QhullRidge::PrintRidge &pr) |
ostream& operator<< | ( | ostream & | os, |
const QhullRidge & | r | ||
) |
Definition at line 72 of file QhullRidge.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullRidge::PrintRidge & | pr | ||
) |
Duplicate of qh_printridge [io.c] if pr.run_id==UsingLibQhull::NOqhRunId, no access to qh [needed for QhullVertex/QhullPoint]
Definition at line 81 of file QhullRidge.cpp.