25 #include <ServerFunction.h>
44 setDescriptionString(
"The roi() function subsets N arrays using slicing information read from an Array of Structures like that produced by the bbox() function.");
45 setUsageString(
"roi(<array0>, <array1>, ..., <arrayn>, Structure slice[M]), where <array0>, ..., has M or more dimensions.");
46 setRole(
"http://services.opendap.org/dap4/server-side-function/roi");
47 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#roi");
BaseType * function_dap4_roi(D4RValueList *, DMR &)
Return the bounding box for an array.
static class NCMLUtil overview
void function_dap2_roi(int argc, BaseType *argv[], DDS &, BaseType **btpp)
Subset the N arrays using index slicing information.