Rosetta 3.3
|
BodyPosition input/output functions. More...
#include <numeric/BodyPosition.hh>
#include <numeric/xyzVector.io.hh>
#include <numeric/xyzMatrix.io.hh>
#include <numeric/IOTraits.hh>
#include <iostream>
#include <iomanip>
#include <sstream>
Namespaces | |
namespace | numeric |
A 1D histogram based upon a map structure. | |
Functions | |
template<typename T > | |
std::ostream & | numeric::operator<< (std::ostream &stream, BodyPosition< T > const &p) |
stream << BodyPosition output operator | |
template<typename T > | |
std::istream & | numeric::operator>> (std::istream &stream, BodyPosition< T > &p) |
stream >> BodyPosition input operator | |
template<typename T > | |
std::istream & | numeric::read_row (std::istream &stream, T &x, T &y, T &z, T &t) |
Read an BodyPosition row from a stream. |
BodyPosition input/output functions.