Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
void DistanceMap::unset( size_t x, size_t y )
148
{
149
data_[ toIndex( { int( x ), int( y ) } ) ] = NOT_VALID_VALUE;
150
}
151
152
void DistanceMap::unset( size_t i )
153
{
Callers
3
TEST
Function · 0.80
getXYDerivativeMaps
Method · 0.80
combineXYderivativeMaps
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64