#include <GridFunction.h>
Definition at line 37 of file GridFunction.h.
◆ GridFunction()
functions::GridFunction::GridFunction |
( |
| ) |
|
|
inline |
◆ ~GridFunction()
virtual functions::GridFunction::~GridFunction |
( |
| ) |
|
|
inlinevirtual |
◆ canOperateOn() [1/2]
bool functions::GridFunction::canOperateOn |
( |
libdap::DDS & | dds | ) |
|
|
virtual |
◆ canOperateOn() [2/2]
virtual bool libdap::ServerFunction::canOperateOn |
( |
DMR & | | ) |
|
|
inlinevirtualinherited |
- See also
- canOperateOn(DDS &)
- Parameters
-
- Returns
- True if the function can work with the dataset, false otherwise.
Definition at line 110 of file ServerFunction.h.
◆ get_bool_func()
bool_func libdap::ServerFunction::get_bool_func |
( |
| ) |
|
|
inlineinherited |
◆ get_btp_func()
btp_func libdap::ServerFunction::get_btp_func |
( |
| ) |
|
|
inlineinherited |
◆ get_d4_function()
D4Function libdap::ServerFunction::get_d4_function |
( |
| ) |
|
|
inlineinherited |
◆ get_proj_func()
proj_func libdap::ServerFunction::get_proj_func |
( |
| ) |
|
|
inlineinherited |
◆ getDescriptionString()
std::string libdap::ServerFunction::getDescriptionString |
( |
| ) |
|
|
inlineinherited |
◆ getDocUrl()
std::string libdap::ServerFunction::getDocUrl |
( |
| ) |
|
|
inlineinherited |
◆ getName()
std::string libdap::ServerFunction::getName |
( |
| ) |
|
|
inlineinherited |
◆ getRole()
std::string libdap::ServerFunction::getRole |
( |
| ) |
|
|
inlineinherited |
◆ getTypeString()
std::string libdap::ServerFunction::getTypeString |
( |
| ) |
|
|
inlineinherited |
◆ getUsageString()
std::string libdap::ServerFunction::getUsageString |
( |
| ) |
|
|
inlineinherited |
◆ getVersion()
std::string libdap::ServerFunction::getVersion |
( |
| ) |
|
|
inlineinherited |
◆ setDescriptionString()
void libdap::ServerFunction::setDescriptionString |
( |
const std::string & | desc | ) |
|
|
inlineinherited |
◆ setDocUrl()
void libdap::ServerFunction::setDocUrl |
( |
const std::string & | url | ) |
|
|
inlineinherited |
◆ setFunction() [1/4]
void libdap::ServerFunction::setFunction |
( |
bool_func | bf | ) |
|
|
inlineinherited |
Set the C function pointer for this function object.
- Note
- This does not alter any of the other function pointers, so the same name can be used for all four different kinds of functions without conflict.
- Parameters
-
Definition at line 120 of file ServerFunction.h.
◆ setFunction() [2/4]
void libdap::ServerFunction::setFunction |
( |
btp_func | btp | ) |
|
|
inlineinherited |
◆ setFunction() [3/4]
void libdap::ServerFunction::setFunction |
( |
D4Function | pf | ) |
|
|
inlineinherited |
◆ setFunction() [4/4]
void libdap::ServerFunction::setFunction |
( |
proj_func | pf | ) |
|
|
inlineinherited |
◆ setName()
void libdap::ServerFunction::setName |
( |
const std::string & | n | ) |
|
|
inlineinherited |
◆ setRole()
void libdap::ServerFunction::setRole |
( |
const std::string & | r | ) |
|
|
inlineinherited |
◆ setUsageString()
void libdap::ServerFunction::setUsageString |
( |
const std::string & | u | ) |
|
|
inlineinherited |
◆ setVersion()
void libdap::ServerFunction::setVersion |
( |
const std::string & | ver | ) |
|
|
inlineinherited |
The documentation for this class was generated from the following files: