OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
AsciiGrid Class Reference

#include <AsciiGrid.h>

Inheritance diagram for AsciiGrid:
Inheritance graph
Collaboration diagram for AsciiGrid:
Collaboration graph

Public Member Functions

 AsciiGrid (const string &n)
 
 AsciiGrid (Grid *grid)
 
string get_full_name ()
 Get the fully qualified name of this object. More...
 
bool increment_state (vector< int > *state, const vector< int > &shape)
 Increment #state# to the next value given #shape#. More...
 
virtual void print_ascii (ostream &strm, bool print_name=true) throw (InternalErr)
 Print an ASCII representation for an instance of BaseType's children. More...
 
virtual BaseType * ptr_duplicate ()
 
virtual ~AsciiGrid ()
 

Protected Attributes

BaseType * _redirect
 

Detailed Description

Definition at line 42 of file AsciiGrid.h.

Constructor & Destructor Documentation

AsciiGrid::AsciiGrid ( const string &  n)

Definition at line 61 of file AsciiGrid.cc.

AsciiGrid::AsciiGrid ( Grid *  grid)

Definition at line 66 of file AsciiGrid.cc.

References dap_asciival::basetype_to_asciitype().

Here is the call graph for this function:

AsciiGrid::~AsciiGrid ( )
virtual

Definition at line 88 of file AsciiGrid.cc.

Member Function Documentation

string AsciiOutput::get_full_name ( )
inherited

Get the fully qualified name of this object.

Names of nested constructor types are separated by dots (.).

Returns
The fully qualified name of this object.

Definition at line 49 of file AsciiOutput.cc.

bool AsciiOutput::increment_state ( vector< int > *  state,
const vector< int > &  shape 
)
inherited

Increment #state# to the next value given #shape#.

This method uses simple modulo arithmetic to provide a way to iterate over all combinations of dimensions of an Array or Grid. The vector #shape# holds the maximum sizes of each of N dimensions. The vector #state# holds the current index values of those N dimensions. Calling this method increments #state# to the next dimension, varying the rightmost fastest.

To print DODS Array and Grid objects according to the DAP 2.0 specification, #state# and #shape# should be vectors of length N-1 for an object of dimension N.

Returns
True if there are more states, false if not.

Definition at line 98 of file AsciiOutput.cc.

void AsciiGrid::print_ascii ( ostream &  strm,
bool  print_name = true 
)
throw (InternalErr
)
virtual

Print an ASCII representation for an instance of BaseType's children.

Print values as ASCII Prints the values of this in ASCII suitable for import into a spreadsheet.

This version prints the suggested output only for simple types. Complex types should overload this with their own definition.

The caller of this method is responsible for adding a trialing comma where appropriate.

Parameters
strmWrite to this stream.
print_nameIf True, write the name of the variable, a comma and then the value. If False, simply write the value.

This version prints only the values of simple types; other types such as Array specialize this method (see AsciiArray::print_ascii()).

Parameters
strmOutput stream for values Name of this variable to include in the ASCII output.

Reimplemented from AsciiOutput.

Definition at line 92 of file AsciiGrid.cc.

References BESDEBUG, and AsciiArray::print_ascii().

Here is the call graph for this function:

BaseType * AsciiGrid::ptr_duplicate ( )
virtual

Definition at line 56 of file AsciiGrid.cc.

Member Data Documentation

BaseType* AsciiOutput::_redirect
protectedinherited

The documentation for this class was generated from the following files: