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

Function objectIsSelectable

source/MRViewer/MRRenderDimensions.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35static bool objectIsSelectable( const VisualObject* object )
36{
37 return object && !object->isGlobalAncillary();
38}
39
40static void selectObject( const VisualObject* object )
41{

Callers 3

selectObjectFunction · 0.85
makeTextParamsFunction · 0.85
renderPassMethod · 0.85

Calls 1

isGlobalAncillaryMethod · 0.80

Tested by

no test coverage detected