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

Method setHeader

src/utilities/idf/IdfFile.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131// SETTERS
132
133void IdfFile::setHeader(const std::string& header) {
134 m_header = makeComment(header);
135}
136
137void IdfFile::addObject(const IdfObject& object) {
138 m_objects.push_back(object);

Callers 2

toIdfFileMethod · 0.45
TEST_FFunction · 0.45

Calls 1

makeCommentFunction · 0.85

Tested by 1

TEST_FFunction · 0.36