MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/openvdb / levelSetGenus

Function levelSetGenus

openvdb/openvdb/tools/LevelSetMeasure.h:541–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539
540template<class GridT>
541int
542levelSetGenus(const GridT& grid)
543{
544 return doLevelSetGenus(grid);
545}
546
547
548////////////////////////////////////////

Callers 3

levelSetGridGenusMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 1

doLevelSetGenusFunction · 0.85

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68