| 52 | } |
| 53 | |
| 54 | std::vector<PythonPluginOutputVariable> PythonPluginVariable_Impl::pythonPluginOutputVariables() const { |
| 55 | return getObject<ModelObject>().getModelObjectSources<PythonPluginOutputVariable>(PythonPluginOutputVariable::iddObjectType()); |
| 56 | } |
| 57 | |
| 58 | ModelObject PythonPluginVariable_Impl::clone(Model model) const { |
| 59 | auto newVar = ModelObject_Impl::clone(model).cast<PythonPluginVariable>(); |