MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / pythonPluginOutputVariables

Method pythonPluginOutputVariables

src/model/PythonPluginVariable.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>();

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

iddObjectTypeFunction · 0.70

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64