36 #include "ServerFunction.h"
40 void ugr5(
int argc, libdap::BaseType * argv[], libdap::DDS &dds, libdap::BaseType **btpp) ;
46 class UGR5:
public libdap::ServerFunction {
53 setDescriptionString(
"This function can subset the range variables of a two dimensional triangular mesh unstructured grid.");
54 setUsageString(
"ugr5(0, node_var [,node_var_2,...,node_var_n], 'relational query over domain')");
55 setRole(
"http://services.opendap.org/dap4/server-side-function/unstructured_grids/ugrid_restrict");
56 setDocUrl(
"http://docs.opendap.org/index.php/UGrid_Functions");
The UGR4 class encapsulates the function 'ugr4::ugr4' along with additional meta-data regarding its u...
void ugr5(int argc, BaseType *argv[], DDS &dds, BaseType **btpp)
Subset an irregular mesh (aka unstructured grid).