MCPcopy Create free account
hub / github.com/CloudCompare/CloudCompare / getSelectedScale

Method getSelectedScale

libs/CCPluginAPI/src/ccColorScaleSelector.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88ccColorScale::Shared ccColorScaleSelector::getSelectedScale() const
89{
90 return getScale(m_comboBox ? m_comboBox->currentIndex() : -1);
91}
92
93ccColorScale::Shared ccColorScaleSelector::getScale(int index) const
94{

Callers 9

updateMethod · 0.80
updateMapTextureMethod · 0.80
colorScaleChangedMethod · 0.80
spawnColorScaleEditorMethod · 0.80
exportMapAsCloudMethod · 0.80
exportMapAsMeshMethod · 0.80
colorScaleChangedMethod · 0.80
spawnColorScaleEditorMethod · 0.80

Calls 1

getScaleFunction · 0.85

Tested by

no test coverage detected