Method
pythonPluginTrendVariables
Source from the content-addressed store, hash-verified
| 48 | } |
| 49 | |
| 50 | std::vector<PythonPluginTrendVariable> PythonPluginVariable_Impl::pythonPluginTrendVariables() const { |
| 51 | return getObject<ModelObject>().getModelObjectSources<PythonPluginTrendVariable>(PythonPluginTrendVariable::iddObjectType()); |
| 52 | } |
| 53 | |
| 54 | std::vector<PythonPluginOutputVariable> PythonPluginVariable_Impl::pythonPluginOutputVariables() const { |
| 55 | return getObject<ModelObject>().getModelObjectSources<PythonPluginOutputVariable>(PythonPluginOutputVariable::iddObjectType()); |