|
NAMD
|
#include "InfoStream.h"Go to the source code of this file.
Classes | |
| class | datastream |
Macros | |
| #define | LOCALMOD(type) |
| #define | iFILE __FILE__<<'('<<__LINE__<<"): " |
| #define | iINFOF iINFO << iFILE |
| #define | iWARNF iWARN << iFILE |
| #define | iERRORF iERROR << iFILE |
| #define | iDEBUGF iDEBUG << iFILE |
Functions | |
| datastream & | operator<< (datastream &strm, const Vector &v1) |
| datastream & | operator<< (datastream &strm, const Tensor &t1) |
| datastream & | endd (datastream &s) |
Variables | |
| datastream | dout |
Definition at line 63 of file DataStream.h.
Definition at line 62 of file DataStream.h.
Referenced by PatchMap::registerPatch().
| #define iFILE __FILE__<<'('<<__LINE__<<"): " |
Definition at line 59 of file DataStream.h.
Definition at line 60 of file DataStream.h.
Definition at line 61 of file DataStream.h.
| #define LOCALMOD | ( | type | ) |
Definition at line 30 of file DataStream.h.
|
inline |
| datastream& operator<< | ( | datastream & | strm, |
| const Vector & | v1 | ||
| ) |
| datastream& operator<< | ( | datastream & | strm, |
| const Tensor & | t1 | ||
| ) |
Definition at line 30 of file DataStream.C.
References Tensor::xx, Tensor::xy, Tensor::xz, Tensor::yx, Tensor::yy, Tensor::yz, Tensor::zx, Tensor::zy, and Tensor::zz.
| datastream dout |
Definition at line 37 of file DataStream.C.
1.8.14