Implementation of GridUnit. More...
#include "GridUnit.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstdlib>
#include <cassert>
Functions | |
std::ostream & | operator<< (std::ostream &os, const GridUnit &cgu) |
std::ofstream & | operator<< (std::ofstream &ofs, const GridUnit &gu) |
std::ifstream & | operator>> (std::ifstream &ifs, GridUnit &gu) |
std::stringstream & | operator<< (std::stringstream &ofs, const GridUnit &gu) |
std::stringstream & | operator>> (std::stringstream &ifs, GridUnit &gu) |
Implementation of GridUnit.
std::stringstream& operator<< | ( | std::stringstream & | ofs, | |
const GridUnit & | gu | |||
) |
References GridUnitNULL.
std::ofstream& operator<< | ( | std::ofstream & | ofs, | |
const GridUnit & | gu | |||
) |
References GridUnitNULL.
std::ostream& operator<< | ( | std::ostream & | os, | |
const GridUnit & | cgu | |||
) |
References GridUnit::baselev, GridUnit::crslev, GridUnit::extent, GridUnit::finelev, GridUnitNULL, GridUnit::guBaseIndex(), GridUnit::guBBox(), GridUnit::guExtent(), GridUnit::guMaxIndex(), GridUnit::guNum(), GridUnit::guNumLev(), GridUnit::guTopIndex(), GridUnit::guWork(), GridUnit::index, GridUnit::levstep, GridUnit::maxlev, GridUnit::owner, and GridUnit::rank.
std::stringstream& operator>> | ( | std::stringstream & | ifs, | |
GridUnit & | gu | |||
) |
References GridUnitNULL.
std::ifstream& operator>> | ( | std::ifstream & | ifs, | |
GridUnit & | gu | |||
) |
References GridUnitNULL.