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