Celeritas
0.5.0-56+6b053cd
|
#include "TransformIO.hh"
#include "corecel/cont/ArrayIO.hh"
#include "Transformation.hh"
#include "Translation.hh"
Functions | |
std::ostream & | celeritas::operator<< (std::ostream &os, NoTransformation const &) |
std::ostream & | celeritas::operator<< (std::ostream &os, Translation const &tr) |
std::ostream & | celeritas::operator<< (std::ostream &os, Transformation const &tr) |
std::ostream & celeritas::operator<< | ( | std::ostream & | , |
NoTransformation const & | |||
) |
Print transforms to a stream.
std::ostream & celeritas::operator<< | ( | std::ostream & | os, |
Transformation const & | tr | ||
) |
Print transforms to a stream.
std::ostream & celeritas::operator<< | ( | std::ostream & | os, |
Translation const & | tr | ||
) |
Print transforms to a stream.