Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
static bool objectIsSelectable( const VisualObject* object )
36
{
37
return object && !object->isGlobalAncillary();
38
}
39
40
static void selectObject( const VisualObject* object )
41
{
Callers
3
selectObject
Function · 0.85
makeTextParams
Function · 0.85
renderPass
Method · 0.85
Calls
1
isGlobalAncillary
Method · 0.80
Tested by
no test coverage detected