![]() |
Rosetta Utilities
2015.09
|
xyzVector input/output functions More...
#include <numeric/xyzVector.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, xyzVector< T > const &v) |
stream << xyzVector output operator More... | |
template<typename T > | |
std::istream & | numeric::operator>> (std::istream &stream, xyzVector< T > &v) |
stream >> xyzVector input operator More... | |
xyzVector input/output functions