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

Method numberofPeopleCalculationMethod

src/model/PeopleDefinition.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 std::string PeopleDefinition_Impl::numberofPeopleCalculationMethod() const {
49 boost::optional<std::string> value = getString(OS_People_DefinitionFields::NumberofPeopleCalculationMethod, true);
50 OS_ASSERT(value);
51 return value.get();
52 }
53
54 boost::optional<double> PeopleDefinition_Impl::numberofPeople() const {
55 OptionalDouble value = getDouble(OS_People_DefinitionFields::NumberofPeople, true);

Callers 10

numberofPeopleMethod · 0.95
setNumberofPeopleMethod · 0.95
TEST_FFunction · 0.80
translatePeopleMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64