MCPcopy 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
28IdfFile::IdfFile(IddFileType iddFileType) : m_iddFileAndFactoryWrapper(iddFileType) {
29 addVersionObject();
30}
31
32IdfFile::IdfFile(const IddFile& iddFile) : m_iddFileAndFactoryWrapper(iddFile) {
33 addVersionObject();

Callers 1

test_jsonFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_jsonFunction · 0.64