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

Method unset

source/MRMesh/MRDistanceMap.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void DistanceMap::unset( size_t x, size_t y )
148{
149 data_[ toIndex( { int( x ), int( y ) } ) ] = NOT_VALID_VALUE;
150}
151
152void DistanceMap::unset( size_t i )
153{

Callers 3

TESTFunction · 0.80
getXYDerivativeMapsMethod · 0.80
combineXYderivativeMapsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64