criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
Loading...
Searching...
No Matches
Functions
RealBox.cpp File Reference
#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.
 

Function Documentation

◆ operator<<()

operator<< ( std::ostream &  os,
const RealBox b 
)

ASCII-formatted output of RealBox to stream.

Parameters
osThe stream to which to write
bThe RealBox to write
Returns
The processed output stream

◆ operator>>()

operator>> ( std::istream &  is,
criptic::RealBox b 
)

ASCII-formatted read of RealBox from stream.

Parameters
isThe stream to read from
bThe RealBox in which to store the result
Returns
The processed input stream