#include "libqhullcpp/QhullFacetSet.h"
#include "libqhullcpp/QhullFacet.h"
#include "libqhullcpp/QhullPoint.h"
#include "libqhullcpp/QhullRidge.h"
#include "libqhullcpp/QhullVertex.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 QhullFacetSet &fs) |
ostream & | operator<< (ostream &os, const QhullFacetSet::PrintFacetSet &pr) |
ostream & | operator<< (ostream &os, const QhullFacetSet::PrintIdentifiers &p) |
Print facet identifiers to stream. Space prefix. From qh_printfacetheader [io_r.c]. More... | |
ostream& operator<< | ( | ostream & | os, |
const QhullFacetSet & | fs | ||
) |
Definition at line 108 of file QhullFacetSet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacetSet::PrintFacetSet & | pr | ||
) |
Definition at line 116 of file QhullFacetSet.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacetSet::PrintIdentifiers & | p | ||
) |
Print facet identifiers to stream. Space prefix. From qh_printfacetheader [io_r.c].
Definition at line 131 of file QhullFacetSet.cpp.