#include <iomanip>
#include "QCPoint.hpp"
Include dependency graph for QCPoint.cpp:
Go to the source code of this file.
Defines | |
#define | POINT_PREC 8 |
#define | POINT_WIDTH 13 |
Functions | |
template ostream & | operator<< (ostream &os, const QCPoint< 3 > &p) |
template<int dim> | |
ostream & | operator<< (ostream &os, const QCPoint< dim > &p) |
|
Definition at line 24 of file QCPoint.cpp. Referenced by operator<<(). |
|
Definition at line 25 of file QCPoint.cpp. Referenced by operator<<(). |
|
explicit instanciation of operator << |
|
Definition at line 32 of file QCPoint.cpp. References POINT_PREC, and POINT_WIDTH. |