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

Method assumedYear

src/model/Model.cpp:1063–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061 }
1062
1063 int Model_Impl::assumedYear() {
1064 if (!m_cachedYearDescription) {
1065 m_cachedYearDescription = this->model().getUniqueModelObject<YearDescription>();
1066 }
1067 OS_ASSERT(m_cachedYearDescription);
1068 return m_cachedYearDescription->assumedYear();
1069 }
1070
1071 openstudio::Date Model_Impl::makeDate(openstudio::MonthOfYear monthOfYear, unsigned dayOfMonth) {
1072 if (!m_cachedYearDescription) {

Callers 9

translateScheduleMethod · 0.45
timeSeriesMethod · 0.45
getScheduleWeekMethod · 0.45
addScheduleWeekMethod · 0.45
addBillingPeriodMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 2

modelMethod · 0.95

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36