#include "QhullFacet.h"
#include "QhullFacetList.h"
#include "QhullPoint.h"
#include "QhullRidge.h"
#include "QhullVertex.h"
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 QhullFacetList::PrintFacetList &pr) |
ostream & | operator<< (ostream &os, const QhullFacetList::PrintFacets &pr) |
Print facet list to stream. From qh_printafacet [io.c]. | |
ostream & | operator<< (ostream &os, const QhullFacetList::PrintVertices &pr) |
std::ostream & | operator<< (ostream &os, const QhullFacetList &fs) |
ostream& operator<< | ( | ostream & | os, |
const QhullFacetList::PrintFacetList & | pr | ||
) |
Definition at line 123 of file QhullFacetList.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacetList::PrintFacets & | pr | ||
) |
Print facet list to stream. From qh_printafacet [io.c].
Definition at line 134 of file QhullFacetList.cpp.
ostream& operator<< | ( | ostream & | os, |
const QhullFacetList::PrintVertices & | pr | ||
) |
Print vertices of good faces in facet list to stream. From qh_printvertexlist [io.c] Same as vertices_toStdVector
Definition at line 148 of file QhullFacetList.cpp.
std::ostream& operator<< | ( | ostream & | os, |
const QhullFacetList & | fs | ||
) |
Definition at line 159 of file QhullFacetList.cpp.