Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ IdfFile
Method
IdfFile
src/utilities/idf/IdfFile.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
// CONSTRUCTORS
27
28
IdfFile::IdfFile(IddFileType iddFileType) : m_iddFileAndFactoryWrapper(iddFileType) {
29
addVersionObject();
30
}
31
32
IdfFile::IdfFile(const IddFile& iddFile) : m_iddFileAndFactoryWrapper(iddFile) {
33
addVersionObject();
Callers
1
test_json
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_json
Function · 0.64