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

Method getVisualizeProperty

source/MRMesh/MRVisualObject.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51bool VisualObject::getVisualizeProperty( AnyVisualizeMaskEnum type, ViewportMask viewportMask ) const
52{
53 return !( getVisualizePropertyMask( type ) & viewportMask ).empty();
54}
55
56void VisualObject::toggleVisualizeProperty( AnyVisualizeMaskEnum type, ViewportMask viewportMask )
57{

Callers 15

visualizationToJsonFunction · 0.80
getRealValueFunction · 0.80
renderMethod · 0.80
renderUiMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderPickerMethod · 0.80
render_Method · 0.80
renderPicker_Method · 0.80
calcAndBindLength_Method · 0.80
getObjectNameTextMethod · 0.80
renderUiMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected