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

Method setMeasureDirName

src/utilities/filetypes/WorkflowStep.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 bool MeasureStep_Impl::setMeasureDirName(const std::string& measureDirName) {
87 m_measureDirName = measureDirName;
88 return true;
89 }
90
91 boost::optional<std::string> MeasureStep_Impl::name() const {
92 return m_name;

Callers 1

addMeasureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected