Nektar++
|
Module wrapper to handle virtual function calls in Module
and its subclasses as defined by the template parameter.
More...
Public Member Functions | |
ModuleWrap (FieldSharedPtr field) | |
Constructor, which is identical to FieldUtils::Module. More... | |
void | v_Process (po::variables_map &vm) override |
Concrete implementation of the Module::Process function. More... | |
std::string | v_GetModuleName () override |
ModulePriority | v_GetModulePriority () override |
void | AddConfigOption (std::string key, std::string def, std::string desc, bool isBool) |
Defines a configuration option for this module. More... | |
Module wrapper to handle virtual function calls in Module
and its subclasses as defined by the template parameter.
MODTYPE. |
Definition at line 53 of file Python/Module.cpp.
|
inline |
Constructor, which is identical to FieldUtils::Module.
field | Input field. |
Definition at line 60 of file Python/Module.cpp.
|
inline |
Defines a configuration option for this module.
key | The name of the configuration option. |
def | The option's default value. |
desc | A text description of the option. |
isBool | If true, this option is a boolean-type (true/false). |
Definition at line 92 of file Python/Module.cpp.
|
inlineoverride |
Definition at line 72 of file Python/Module.cpp.
|
inlineoverride |
Definition at line 78 of file Python/Module.cpp.
|
inlineoverride |
Concrete implementation of the Module::Process function.
Definition at line 67 of file Python/Module.cpp.