CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
QhullFacetList.cpp File Reference
#include "QhullFacet.h"
#include "QhullFacetList.h"
#include "QhullPoint.h"
#include "QhullRidge.h"
#include "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 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)
 

Function Documentation

ostream& operator<< ( ostream &  os,
const QhullFacetList::PrintFacetList &  pr 
)

Definition at line 131 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 143 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 157 of file QhullFacetList.cpp.

std::ostream& operator<< ( ostream &  os,
const QhullFacetList &  fs 
)

Definition at line 168 of file QhullFacetList.cpp.