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

Static Public Member Functions

static libdap::BaseType * stare_subset_dap4_function (libdap::D4RValueList *args, libdap::DMR &dmr)
 For the given target STARE indices, return the overlapping dataset X, Y, and STARE indices.
 

Friends

class StareFunctionsTest
 

Detailed Description

Definition at line 200 of file StareFunctions.h.

Constructor & Destructor Documentation

◆ StareSubsetFunction()

functions::StareSubsetFunction::StareSubsetFunction ( )
inline

Definition at line 206 of file StareFunctions.h.

Member Function Documentation

◆ stare_subset_dap4_function()

BaseType * functions::StareSubsetFunction::stare_subset_dap4_function ( libdap::D4RValueList * args,
libdap::DMR & dmr )
static

For the given target STARE indices, return the overlapping dataset X, Y, and STARE indices.

This function will subset the dataset using the given vector of STARE indices. The result of the subset operation is three vectors. The first two contain the X and Y indices of the Latitude and Longitude arrays. The third vector contains the subset of the target indices that overlap the dataset's STARE indices.

Parameters
argsA single vector of Unsigned 64-bit integer STARE Indices.
dmrThe DMR for the given dataset. The dataset name is read from this object.
Returns
Three arrays holding the three values. The Nth elements of each array are one set of matched values.

Definition at line 360 of file StareFunctions.cc.

Friends And Related Symbol Documentation

◆ StareFunctionsTest

friend class StareFunctionsTest
friend

Definition at line 204 of file StareFunctions.h.


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