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

Method independentVariableList

src/model/TableLookup.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 boost::optional<ModelObjectList> TableLookup_Impl::independentVariableList() const {
135 return getObject<ModelObject>().getModelObjectTarget<ModelObjectList>(OS_Table_LookupFields::IndependentVariableListName);
136 }
137
138 std::string TableLookup_Impl::normalizationMethod() const {
139 boost::optional<std::string> value = getString(OS_Table_LookupFields::NormalizationMethod, true);

Callers 1

removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected