#include "libqhullcpp/QhullVertexSet.h"
#include "libqhullcpp/QhullVertex.h"
#include "libqhullcpp/QhullPoint.h"
#include "libqhullcpp/QhullRidge.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 QhullVertexSet::PrintIdentifiers &pr) |
Print Vertex identifiers to stream. Space prefix. From qh_printVertexheader [io_r.c]. More... | |
ostream & | operator<< (ostream &os, const QhullVertexSet::PrintVertexSet &pr) |
Duplicate of printvertices [io_r.c]. More... | |
ostream& operator<< | ( | ostream & | os, |
const QhullVertexSet::PrintIdentifiers & | pr | ||
) |
Print Vertex identifiers to stream. Space prefix. From qh_printVertexheader [io_r.c].
Definition at line 133 of file QhullVertexSet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullVertexSet::PrintVertexSet & | pr | ||
) |
Duplicate of printvertices [io_r.c].
Definition at line 146 of file QhullVertexSet.cpp.