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

Method leafSizeChanged

octovis/src/ViewerSettingsPanel.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void ViewerSettingsPanel::leafSizeChanged(){
123 double leafSize = m_resolution * pow(2.0, (int) (_TREE_MAX_DEPTH-m_treeDepth));
124 ui.leafSize->setText(QString::number(leafSize)+" m");
125}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected