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

Method getFeatureAsInteger

src/model/BuildingUnit.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 boost::optional<int> BuildingUnit_Impl::getFeatureAsInteger(const std::string& name) const {
101 return this->additionalProperties().getFeatureAsInteger(name);
102 }
103
104 boost::optional<bool> BuildingUnit_Impl::getFeatureAsBoolean(const std::string& name) const {
105 return this->additionalProperties().getFeatureAsBoolean(name);

Callers 3

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

additionalPropertiesMethod · 0.80

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36