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

Method select

source/MRMesh/MRObject.cpp:466–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466bool Object::select( bool on )
467{
468 if ( selected_ == on )
469 return false;
470
471 if ( ancillary_ && on )
472 return false;
473
474 needRedraw_ = true;
475 selected_ = on;
476 return true;
477}
478
479void Object::setAncillary( bool ancillary )
480{

Callers 15

drawDialogMethod · 0.45
doOperation_Method · 0.45
drawDialogMethod · 0.45
select_Method · 0.45
sSelectRecursiveFunction · 0.45
actionMethod · 0.45
selectNameFunction · 0.45
selectTypeFunction · 0.45
unselectFunction · 0.45
mcpSceneSetObjectStateFunction · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected