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