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

Method billingPeriods

src/model/UtilityBill.cpp:741–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739 }
740
741 std::vector<BillingPeriod> UtilityBill_Impl::billingPeriods() const {
742 IdfExtensibleGroupVector egs = extensibleGroups();
743 std::vector<BillingPeriod> result;
744 for (const IdfExtensibleGroup& eg : egs) {
745 result.push_back(eg.cast<BillingPeriod>());
746 }
747 return result;
748 }
749
750 void UtilityBill_Impl::clearBillingPeriods() {
751 clearExtensibleGroups();

Callers 6

addBillingPeriodMethod · 0.95
CVRMSEMethod · 0.95
NMBEMethod · 0.95
calibrationResultMethod · 0.45
TEST_FFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by 1

TEST_FFunction · 0.36