#include "libqhullcpp/QhullRidge.h"
#include "libqhullcpp/QhullSets.h"
#include "libqhullcpp/QhullVertex.h"
#include "libqhullcpp/Qhull.h"
Go to the source code of this file.
Namespaces | |
orgQhull | |
QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class. | |
Functions | |
Global functions | |
ostream & | operator<< (ostream &os, const QhullRidge &r) |
ostream & | operator<< (ostream &os, const QhullRidge::PrintRidge &pr) |
Duplicate of qh_printridge [io_r.c]. More... | |
ostream& operator<< | ( | ostream & | os, |
const QhullRidge & | r | ||
) |
Definition at line 90 of file QhullRidge.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullRidge::PrintRidge & | pr | ||
) |
Duplicate of qh_printridge [io_r.c].
Definition at line 98 of file QhullRidge.cpp.