|
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 "BBoxFunction.h"#include "Odometer.h"#include "roi_utils.h"
Go to the source code of this file.
Namespaces | |
| libdap | |
| static class NCMLUtil overview | |
Macros | |
| #define | UNWIND_BBOX_CODE 1 |
Functions | |
| void | libdap::function_dap2_bbox (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
| Return the bounding box for an array. More... | |
| BaseType * | libdap::function_dap4_bbox (D4RValueList *, DMR &) |
| Return the bounding box for an array. More... | |
| #define UNWIND_BBOX_CODE 1 |
Definition at line 54 of file BBoxFunction.cc.