bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
agg_util::TopLevelGridDataArrayGetter Struct Reference
Inheritance diagram for agg_util::TopLevelGridDataArrayGetter:
Inheritance graph
Collaboration diagram for agg_util::TopLevelGridDataArrayGetter:
Collaboration graph

Public Member Functions

virtual TopLevelGridDataArrayGetterclone () const
 
virtual libdap::Array * readAndGetArray (const std::string &name, const libdap::DDS &dds, const libdap::Array *const pConstraintTemplate, const std::string &debugChannel) const
 

Detailed Description

Definition at line 111 of file AggregationUtil.h.

Constructor & Destructor Documentation

◆ TopLevelGridDataArrayGetter()

agg_util::TopLevelGridDataArrayGetter::TopLevelGridDataArrayGetter ( )

Definition at line 154 of file AggregationUtil.cc.

◆ ~TopLevelGridDataArrayGetter()

agg_util::TopLevelGridDataArrayGetter::~TopLevelGridDataArrayGetter ( )
virtual

Definition at line 160 of file AggregationUtil.cc.

Member Function Documentation

◆ clone()

TopLevelGridDataArrayGetter * agg_util::TopLevelGridDataArrayGetter::clone ( ) const
virtual

Virtual constructor idiom

Implements agg_util::ArrayGetterInterface.

Definition at line 166 of file AggregationUtil.cc.

◆ readAndGetArray()

libdap::Array * agg_util::TopLevelGridDataArrayGetter::readAndGetArray ( const std::string & name,
const libdap::DDS & dds,
const libdap::Array *const pConstraintTemplate,
const std::string & debugChannel ) const
virtual

Find the array as the data Array of a TOP-LEVEL Grid with name. Therefore, the Array would have name "name.name" as an qualified name w.r.t. the DDS.

Exceptions
AggregationExceptionif not found or illegal shape.
Parameters
namename of the Grid to find the Array in.
ddsDDS to search
pConstraintTemplatetemplate for constraints
debugChannelif !empty() the channel to print to.
Returns
the read in Array* or 0 if not found.

Implements agg_util::ArrayGetterInterface.

Definition at line 173 of file AggregationUtil.cc.


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