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

Method copyAllSolidColors

source/MRMesh/MRVisualObject.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void VisualObject::copyAllSolidColors( const VisualObject& other )
74{
75 setFrontColorsForAllViewports( other.getFrontColorsForAllViewports( true ), true );
76 setFrontColorsForAllViewports( other.getFrontColorsForAllViewports( false ), false );
77 setBackColorsForAllViewports( other.getBackColorsForAllViewports() );
78}
79
80ViewportMask VisualObject::globalClippedByPlaneMask() const
81{

Callers 1

mergeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected