#include "UsingLibQhull.h"
#include "QhullPoint.h"
#include <iostream>
#include <algorithm>
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 QhullPoint::PrintPoint &pr) |
Same as qh_printpointid [io.c]. | |
ostream & | operator<< (ostream &os, const QhullPoint &p) |
ostream& operator<< | ( | ostream & | os, | |
const QhullPoint::PrintPoint & | pr | |||
) |
Same as qh_printpointid [io.c].
Definition at line 153 of file QhullPoint.cpp.
ostream& operator<< | ( | ostream & | os, | |
const QhullPoint & | p | |||
) |
Definition at line 145 of file QhullPoint.cpp.