#include "QhullHyperplane.h"
#include "QhullPoint.h"
#include <iostream>
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 QhullHyperplane::PrintHyperplane &pr) |
ostream & | operator<< (ostream &os, const QhullHyperplane &p) |
ostream& operator<< | ( | ostream & | os, | |
const QhullHyperplane::PrintHyperplane & | pr | |||
) |
Definition at line 143 of file QhullHyperplane.cpp.
ostream& operator<< | ( | ostream & | os, | |
const QhullHyperplane & | p | |||
) |
Definition at line 136 of file QhullHyperplane.cpp.