Regular data on a single grid. More...
#include "DAGHParams.h"
#include "BBox.h"
#include "Coords.h"
#include "PackedGridDataBucket.h"
#include "IndexGridData1.h"
#include "generic.h"
#include <iosfwd>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstdlib>
#include <cassert>
Go to the source code of this file.
Classes | |
class | GridData< Type, 1 > |
Regular data on a single grid. More... | |
Functions | |
template<class Type > | |
std::ostream & | operator<< (std::ostream &, const GridData< Type, 1 > &) |
template<class Type > | |
std::ofstream & | operator<< (std::ofstream &, const GridData< Type, 1 > &) |
template<class Type > | |
std::ifstream & | operator>> (std::ifstream &, GridData< Type, 1 > &) |
template<class Type > | |
std::stringstream & | operator<< (std::stringstream &, const GridData< Type, 1 > &) |
template<class Type > | |
std::stringstream & | operator>> (std::stringstream &, GridData< Type, 1 > &) |
template<class Type , int dim> | |
Coords | lower (GridData< Type, 1 > &gd) |
template<class Type , int dim> | |
Coords | upper (GridData< Type, 1 > &gd) |
template<class Type , int dim> | |
Coords | extents (GridData< Type, 1 > &gd) |
template<class Type , int dim> | |
int | lower (GridData< Type, 1 > &gd, const int i) |
template<class Type , int dim> | |
int | upper (GridData< Type, 1 > &gd, const int i) |
template<class Type , int dim> | |
int | extents (GridData< Type, 1 > &gd, const int i) |
template<class Type , int dim> | |
BBox | bbox (GridData< Type, 1 > &gd) |
template<class Type , int dim> | |
int | size (GridData< Type, 1 > &gd) |
template<class Type , int dim> | |
Coords | stepsize (GridData< Type, 1 > &gd) |
Regular data on a single grid.
GridData<,1> specialization.
BBox bbox | ( | GridData< Type, 1 > & | gd | ) | [inline] |
References GridData< Type, 1 >::bbox().
Referenced by GridDataBlock< GFType, dim >::childbox(), GridDataBlock< GFType, dim >::databox(), GridBox::gbBBox(), GridBox::gbRank(), GridBox::gbSetBBox(), GridFunction< GFType, dim >::GF_Read(), BBox::operator+(), GridBox::operator=(), GridBox::operator==(), GridDataBlock< GFType, dim >::parentbox(), and GridBox::SetGridBox().
int extents | ( | GridData< Type, 1 > & | gd, | |
const int | i | |||
) | [inline] |
References GridData< Type, 1 >::extents().
Coords extents | ( | GridData< Type, 1 > & | gd | ) | [inline] |
References GridData< Type, 1 >::extents().
int lower | ( | GridData< Type, 1 > & | gd, | |
const int | i | |||
) | [inline] |
References GridData< Type, 1 >::lower().
Coords lower | ( | GridData< Type, 1 > & | gd | ) | [inline] |
References GridData< Type, 1 >::lower().
std::stringstream & operator<< | ( | std::stringstream & | ofs, | |
const GridData< Type, 1 > & | gd | |||
) | [inline] |
std::ofstream & operator<< | ( | std::ofstream & | ofs, | |
const GridData< Type, 1 > & | gd | |||
) | [inline] |
std::ostream & operator<< | ( | std::ostream & | os, | |
const GridData< Type, 1 > & | gd | |||
) | [inline] |
std::stringstream & operator>> | ( | std::stringstream & | ifs, | |
GridData< Type, 1 > & | gd | |||
) | [inline] |
std::ifstream & operator>> | ( | std::ifstream & | ifs, | |
GridData< Type, 1 > & | gd | |||
) | [inline] |
int size | ( | GridData< Type, 1 > & | gd | ) | [inline] |
References GridData< Type, 1 >::size().
Coords stepsize | ( | GridData< Type, 1 > & | gd | ) | [inline] |
References GridData< Type, 1 >::stepsize().
int upper | ( | GridData< Type, 1 > & | gd, | |
const int | i | |||
) | [inline] |
References GridData< Type, 1 >::upper().
Coords upper | ( | GridData< Type, 1 > & | gd | ) | [inline] |
References GridData< Type, 1 >::upper().