35void function_grid(
int argc, libdap::BaseType *argv[], libdap::DDS &dds, libdap::BaseType **btpp);
43 setRole(
"http://services.opendap.org/dap4/server-side-function/grid");
44 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#grid");
bool canOperateOn(libdap::DDS &dds)
The basic data type for the DODS DAP types.
void setUsageString(const std::string &u)
void setRole(const std::string &r)
void setVersion(const std::string &ver)
void setFunction(bool_func bf)
void setName(const std::string &n)
void setDocUrl(const std::string &url)
void setDescriptionString(const std::string &desc)
void function_grid(int argc, BaseType *argv[], DDS &, BaseType **btpp)
top level DAP object to house generic methods