#include "BaseType.h"
#include "Array.h"
#include "Error.h"
#include "ConstraintEvaluator.h"
Go to the source code of this file.
|
double * | libdap::extract_double_array (Array *a) |
|
double | libdap::extract_double_value (BaseType *arg) |
|
string | libdap::extract_string_argument (BaseType *arg) |
|
void | libdap::func_version (int argc, BaseType *argv[], DDS &dds, BaseType **btpp) |
|
void | libdap::function_dap (int, BaseType *[], DDS &, ConstraintEvaluator &) |
|
void | libdap::function_geoarray (int argc, BaseType *argv[], DDS &dds, BaseType **btpp) |
|
void | libdap::function_geogrid (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
|
void | libdap::function_grid (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
|
void | libdap::function_linear_scale (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
|
void | libdap::register_functions (ConstraintEvaluator &ce) |
|
void | libdap::set_array_using_double (Array *dest, double *src, int src_len) |
|