Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
void IdfFile::setHeader(const std::string& header) {
134
m_header = makeComment(header);
135
}
136
137
void IdfFile::addObject(const IdfObject& object) {
138
m_objects.push_back(object);
Callers
2
toIdfFile
Method · 0.45
TEST_F
Function · 0.45
Calls
1
makeComment
Function · 0.85
Tested by
1
TEST_F
Function · 0.36