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

Method setActive

plugins/core/Standard/qCompass/src/ccGeoObject.cpp:238–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void ccGeoObject::setActive(bool active)
239{
240 for (ccHObject* c : m_children)
241 {
242 recurseChildren(c,active);
243 }
244}
245
246void ccGeoObject::recurseChildren(ccHObject* par, bool highlight)
247{

Callers 6

pointPickedMethod · 0.45
cancelMethod · 0.45
finishCurrentTraceMethod · 0.45
pickupTraceMethod · 0.45
onNewSelectionMethod · 0.45
tryLoadingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected