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

Method setVisualizeProperty

source/MRMesh/MRVisualObject.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void VisualObject::setVisualizeProperty( bool value, AnyVisualizeMaskEnum type, ViewportMask viewportMask )
32{
33 auto res = getVisualizePropertyMask( type );
34 if ( value )
35 res |= viewportMask;
36 else
37 res &= ~viewportMask;
38
39 setVisualizePropertyMask( type, res );
40}
41
42void VisualObject::setVisualizePropertyMask( AnyVisualizeMaskEnum type, ViewportMask viewportMask )
43{

Callers 15

drawDialogMethod · 0.80
onDisable_Method · 0.80
mcpSceneSetObjectStateFunction · 0.80
definePlaneMethod · 0.80
onDragStart_Method · 0.80
setDepthTestMethod · 0.80
setDepthTestMethod · 0.80
initDefaultMethod · 0.80
initMethod · 0.80
makeDetachedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected