A class for attaching python scripts as components.
More...
#include <ScriptComponent.hpp>
|
| const std::string | moduleName |
| | The name of this script component's python module. More...
|
| |
| const std::string | className |
| | The name of this script component's python class. More...
|
| |
|
| pybind11::object | wrapper_ |
| | The wrapper object for this script component. More...
|
| |
A class for attaching python scripts as components.
◆ ScriptComponent()
| ScriptComponent::ScriptComponent |
( |
const std::string & |
module, |
|
|
const std::string & |
pyClass |
|
) |
| |
Construts a new script component.
- Parameters
-
| module | The name of this script component's python module. |
| pyClass | The name of this script component's python class. |
◆ className
| const std::string ScriptComponent::className |
The name of this script component's python class.
◆ moduleName
| const std::string ScriptComponent::moduleName |
The name of this script component's python module.
◆ wrapper_
| pybind11::object ScriptComponent::wrapper_ |
|
private |
The wrapper object for this script component.
The documentation for this class was generated from the following files: