CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
QhullFacet.cpp File Reference
#include "QhullError.h"
#include "Qhull.h"
#include "QhullSet.h"
#include "QhullPoint.h"
#include "QhullPointSet.h"
#include "QhullRidge.h"
#include "QhullFacet.h"
#include "QhullFacetSet.h"
#include "QhullVertex.h"
#include <ostream>

Go to the source code of this file.

Namespaces

 orgQhull
 QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class.
 

Functions

operator<<
ostream & operator<< (ostream &os, const QhullFacet::PrintFacet &pr)
 
ostream & operator<< (ostream &os, const QhullFacet::PrintCenter &pr)
 
ostream & operator<< (ostream &os, const QhullFacet::PrintFlags &p)
 Print flags for facet to stream. Space prefix. From qh_printfacetheader [io_r.c]. More...
 
ostream & operator<< (ostream &os, const QhullFacet::PrintHeader &pr)
 Print header for facet to stream. Space prefix. From qh_printfacetheader [io_r.c]. More...
 
ostream & operator<< (ostream &os, const QhullFacet::PrintRidges &pr)
 Print ridges of facet to stream. Same as qh_printfacetridges [io_r.c]. More...
 
ostream & operator<< (ostream &os, QhullFacet &f)
 

Function Documentation

ostream& operator<< ( ostream &  os,
const QhullFacet::PrintFacet &  pr 
)

Definition at line 218 of file QhullFacet.cpp.

ostream& operator<< ( ostream &  os,
const QhullFacet::PrintCenter &  pr 
)

Print Voronoi center or facet centrum to stream. Same as qh_printcenter [_r.] Code duplicated for PrintCenter and getCenter Sets center if needed

Definition at line 245 of file QhullFacet.cpp.

ostream& operator<< ( ostream &  os,
const QhullFacet::PrintFlags &  p 
)

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

Definition at line 290 of file QhullFacet.cpp.

ostream& operator<< ( ostream &  os,
const QhullFacet::PrintHeader &  pr 
)

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

Definition at line 361 of file QhullFacet.cpp.

ostream& operator<< ( ostream &  os,
const QhullFacet::PrintRidges &  pr 
)

Print ridges of facet to stream. Same as qh_printfacetridges [io_r.c].

Definition at line 447 of file QhullFacet.cpp.

ostream& operator<< ( ostream &  os,
QhullFacet &  f 
)

Definition at line 514 of file QhullFacet.cpp.