MCPcopy Create free account
hub / github.com/OctoMap/octomap / loadCameraPosition

Method loadCameraPosition

octovis/src/ViewerGui.cpp:1265–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263}
1264
1265void ViewerGui::loadCameraPosition(const char* filename) {
1266 m_glwidget->setStateFileName(QString(filename));
1267 m_glwidget->restoreStateFromFile();
1268 m_glwidget->setStateFileName(QString());
1269}
1270
1271
1272}

Callers

nothing calls this directly

Calls 1

restoreStateFromFileMethod · 0.80

Tested by

no test coverage detected