|
NAMD
|
#include "DataStream.h"#include "CollectionMgr.h"#include "Vector.h"#include "Tensor.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| datastream & | operator<< (datastream &strm, const Vector &v1) |
| datastream & | operator<< (datastream &strm, const Tensor &t1) |
Variables | |
| datastream | dout |
| 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