CASM  1.1.0
A Clusters Approach to Statistical Mechanics
QhullPoint.cpp File Reference
#include "QhullPoint.h"
#include "QhullError.h"
#include "Qhull.h"
#include <iostream>
#include <algorithm>

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 QhullPoint::PrintPoint &pr)
 Same as qh_printpointid [io.c]. More...
 
ostream & operator<< (ostream &os, const QhullPoint &p)
 

Function Documentation

◆ operator<<() [1/2]

ostream& operator<< ( ostream &  os,
const QhullPoint &  p 
)

Definition at line 197 of file QhullPoint.cpp.

◆ operator<<() [2/2]

ostream& operator<< ( ostream &  os,
const QhullPoint::PrintPoint &  pr 
)

Same as qh_printpointid [io.c].

Definition at line 171 of file QhullPoint.cpp.