|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <cassert>#include <sstream>#include <vector>#include <Type.h>#include <BaseType.h>#include <Byte.h>#include <Int16.h>#include <UInt16.h>#include <Int32.h>#include <UInt32.h>#include <Float32.h>#include <Float64.h>#include <Str.h>#include <Url.h>#include <Array.h>#include <Error.h>#include <DDS.h>#include <DMR.h>#include <D4Group.h>#include <D4RValue.h>#include <debug.h>#include <util.h>#include <BaseTypeFactory.h>#include <BESDebug.h>#include "MakeArrayFunction.h"
Go to the source code of this file.
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... | |
| bool | libdap::isValidTypeMatch (Type requestedType, Type argType) |
| vector< int > | libdap::parse_dims (const string &shape) |
| Parse the shape 'expression'. More... | |
Variables | |
| string | libdap::make_array_info |