MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setPickable

Method setPickable

source/MRMesh/MRVisualObject.cpp:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void VisualObject::setPickable( bool on, ViewportMask viewportMask /*= ViewportMask::all() */ )
223{
224 if ( on )
225 pickable_ |= viewportMask;
226 else
227 pickable_ &= ~viewportMask;
228}
229
230void VisualObject::setColoringType( ColoringType coloringType )
231{

Callers 8

makeMethod · 0.80
makeMethod · 0.80
startDraggingMethod · 0.80
onMouseUp_Method · 0.80
makeMethod · 0.80
makeDetachedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected