|
criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
|
#include "Vec3.H"Functions | |
| template<class T > | |
| istream & | operator>> (istream &is, Vec3< T > &v) |
| ASCII-formatted read of Vec3 from stream. | |
| template<class T > | |
| ostream & | operator<< (ostream &os, const Vec3< T > &v) |
| ASCII-formatted output of Vec3 to stream. | |
| template ostream & | operator<< (ostream &, const RealVec &) |
| template istream & | operator>> (istream &, RealVec &) |
| template ostream & | operator<< (ostream &, const IdxVec &) |
| template istream & | operator>> (istream &, IdxVec &) |
| template ostream & | operator<< (ostream &, const SIdxVec &) |
| template istream & | operator>> (istream &, SIdxVec &) |
| template ostream & | operator<< (ostream &, const BoolVec &) |
| template istream & | operator>> (istream &, BoolVec &) |
| template ostream & operator<< | ( | ostream & | , |
| const BoolVec & | |||
| ) |
| template ostream & operator<< | ( | ostream & | , |
| const IdxVec & | |||
| ) |
| template ostream & operator<< | ( | ostream & | , |
| const RealVec & | |||
| ) |
| template ostream & operator<< | ( | ostream & | , |
| const SIdxVec & | |||
| ) |
| operator<< | ( | std::ostream & | os, |
| const Vec3< T > & | v | ||
| ) |
ASCII-formatted output of Vec3 to stream.
| os | The stream to which to write |
| v | The Vec3 to write |
| template istream & operator>> | ( | istream & | , |
| BoolVec & | |||
| ) |
| template istream & operator>> | ( | istream & | , |
| IdxVec & | |||
| ) |
| template istream & operator>> | ( | istream & | , |
| RealVec & | |||
| ) |
| template istream & operator>> | ( | istream & | , |
| SIdxVec & | |||
| ) |
| operator>> | ( | std::istream & | is, |
| Vec3< T > & | v | ||
| ) |
ASCII-formatted read of Vec3 from stream.
| is | The stream to read from |
| v | The Vec3 in which to store the result |