bes Updated for version 3.20.13
agg_util::TopLevelGridDataArrayGetter Struct Reference
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 144 of file AggregationUtil.cc.

◆ ~TopLevelGridDataArrayGetter()

agg_util::TopLevelGridDataArrayGetter::~TopLevelGridDataArrayGetter ( )
virtual

Definition at line 150 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 156 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 163 of file AggregationUtil.cc.


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