|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <ServerFunction.h>

Go to the source code of this file.
Classes | |
| class | libdap::MakeArrayFunction |
| The LinearScaleFunction class encapsulates the array builder function 'function_make_array' along with additional meta-data regarding its use and applicability. More... | |
Namespaces | |
| libdap | |
| static class NCMLUtil overview | |
Functions | |
| void | libdap::function_make_dap2_array (int argc, BaseType *argv[], DDS &dds, BaseType **btpp) |
| Build a new DAP Array variable. More... | |
| BaseType * | libdap::function_make_dap4_array (D4RValueList *args, DMR &dmr) |
| The linear_scale() function applies the familiar y = mx + b equation to data. More... | |