OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
Dimension.h File Reference
#include <ostream>
#include <string>
#include <vector>
Include dependency graph for Dimension.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  agg_util::Dimension
 Struct for holding information about a dimension of data, minimally a name and a cardinality (size). More...
 
class  agg_util::DimensionTable
 Container class for a table of dimensions for a given dataset. More...
 

Namespaces

 agg_util
 Helper class for temporarily hijacking an existing dhi to load a DDX response for one particular file.
 

Functions

std::ostream & agg_util::operator<< (std::ostream &os, const Dimension &dim)
 Dump to stream. More...
 
std::istream & agg_util::operator>> (std::istream &is, Dimension &dim)