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

Method setSqlFile

src/model/Model.cpp:1323–1327  ·  view source on GitHub ↗

set the sql file

Source from the content-addressed store, hash-verified

1321
1322 /// set the sql file
1323 bool Model_Impl::setSqlFile(const openstudio::SqlFile& sqlFile) {
1324 bool result = true;
1325 m_sqlFile = std::shared_ptr<openstudio::SqlFile>(new openstudio::SqlFile(sqlFile));
1326 return result;
1327 }
1328
1329 /// reset the sql file
1330 bool Model_Impl::resetSqlFile() {

Callers 9

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
Surface_GTest.cppFile · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected