![]() |
Rosetta Utilities
2015.09
|
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 | |
numeric | |
Unit headers. | |
Functions | |
template<typename T > | |
std::ostream & | numeric::operator<< (std::ostream &stream, BodyPosition< T > const &p) |
stream << BodyPosition output operator More... | |
template<typename T > | |
std::istream & | numeric::operator>> (std::istream &stream, BodyPosition< T > &p) |
stream >> BodyPosition input operator More... | |
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. More... | |
BodyPosition input/output functions.