Rosetta 3.3
|
xyzMatrix input/output functions More...
#include <numeric/xyzMatrix.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, xyzMatrix< T > const &m) |
stream << xyzMatrix output operator | |
template<typename T > | |
std::istream & | numeric::operator>> (std::istream &stream, xyzMatrix< T > &m) |
stream >> xyzMatrix input operator | |
template<typename T > | |
std::istream & | numeric::read_row (std::istream &stream, T &x, T &y, T &z) |
Read an xyzMatrix row from a stream. |
xyzMatrix input/output functions