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

Method lightsDefinition

src/model/Lights.cpp:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 LightsDefinition Lights_Impl::lightsDefinition() const {
236 return this->definition().cast<LightsDefinition>();
237 }
238
239 bool Lights_Impl::setLightsDefinition(const LightsDefinition& definition) {
240 return this->setPointer(this->definitionIndex(), definition.handle());

Callers 8

hardSizeMethod · 0.95
setLightingPowerMethod · 0.80
TEST_FFunction · 0.80
translateLightsMethod · 0.80

Calls 1

definitionMethod · 0.45

Tested by 1

TEST_FFunction · 0.64