|
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.
|
|
Definition at line 200 of file StareFunctions.h.
◆ StareSubsetFunction()
functions::StareSubsetFunction::StareSubsetFunction |
( |
| ) |
|
|
inline |
◆ 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
-
args | A single vector of Unsigned 64-bit integer STARE Indices. |
dmr | The 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.
◆ StareFunctionsTest
friend class StareFunctionsTest |
|
friend |
The documentation for this class was generated from the following files: