|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <cassert>#include <sstream>#include <memory>#include <BaseType.h>#include <Int32.h>#include <Str.h>#include <Array.h>#include <Structure.h>#include <D4RValue.h>#include <Error.h>#include <debug.h>#include <util.h>#include <ServerFunctionsList.h>#include <BESDebug.h>#include "RoiFunction.h"#include "roi_utils.h"
Go to the source code of this file.
Namespaces | |
| libdap | |
| static class NCMLUtil overview | |
Functions | |
| void | libdap::function_dap2_roi (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
| Subset the N arrays using index slicing information. More... | |
| BaseType * | libdap::function_dap4_roi (D4RValueList *, DMR &) |
| Return the bounding box for an array. More... | |