#include "libqhullcpp/QhullFacetList.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 | |
| std::ostream & | operator<< (ostream &os, const QhullFacetList &fs) | 
| 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_r.c].  More... | |
| ostream & | operator<< (ostream &os, const QhullFacetList::PrintVertices &pr) | 
| std::ostream& operator<< | ( | ostream & | os, | 
| const QhullFacetList & | fs | ||
| ) | 
Definition at line 169 of file QhullFacetList.cpp.
| ostream& operator<< | ( | ostream & | os, | 
| const QhullFacetList::PrintFacetList & | pr | ||
| ) | 
Definition at line 132 of file QhullFacetList.cpp.
| ostream& operator<< | ( | ostream & | os, | 
| const QhullFacetList::PrintFacets & | pr | ||
| ) | 
Print facet list to stream. From qh_printafacet [io_r.c].
Definition at line 144 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_r.c] Same as vertices_toStdVector
Definition at line 158 of file QhullFacetList.cpp.