CASM  1.1.0
A Clusters Approach to Statistical Mechanics
QhullFacetSet.cpp File Reference
#include "QhullFacetSet.h"
#include "QhullFacet.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 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...
 

Function Documentation

◆ operator<<() [1/3]

ostream& operator<< ( ostream &  os,
const QhullFacetSet &  fs 
)

Definition at line 107 of file QhullFacetSet.cpp.

◆ operator<<() [2/3]

ostream& operator<< ( ostream &  os,
const QhullFacetSet::PrintFacetSet &  pr 
)

Definition at line 114 of file QhullFacetSet.cpp.

◆ operator<<() [3/3]

ostream& operator<< ( ostream &  os,
const QhullFacetSet::PrintIdentifiers &  p 
)

Print facet identifiers to stream. Space prefix. From qh_printfacetheader [io_r.c].

Definition at line 130 of file QhullFacetSet.cpp.