Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ test
Function
test
tests/mesh/test-euclidean-distance-transform.cpp:142–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
}
142
void test()
143
{
144
geode::OpenGeodeMeshLibrary::initialize();
145
test_distance_transform_2D( 0.5 );
146
test_distance_transform_3D( 4.8 );
147
}
148
149
OPENGEODE_TEST(
"euclidean distance transform"
)
Callers
2
test_distance_transform_2D
Function · 0.70
test_distance_transform_3D
Function · 0.70
Calls
3
initialize
Function · 0.85
test_distance_transform_2D
Function · 0.70
test_distance_transform_3D
Function · 0.70
Tested by
no test coverage detected