|
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 56 of file Python/Module.cpp.
|
inline |
Constructor, which is identical to FieldUtils::Module.
| field | Input field. |
Definition at line 63 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 139 of file Python/Module.cpp.
|
inlineoverride |
Definition at line 104 of file Python/Module.cpp.
|
inlineoverride |
Definition at line 117 of file Python/Module.cpp.
|
inlineoverride |
Concrete implementation of the Module::Process function.
Definition at line 70 of file Python/Module.cpp.
References Nektar::FieldUtils::eCreateGraph, and Nektar::FieldUtils::eOutput.