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

Function signedFloodFill

openvdb/openvdb/python/pyGrid.h:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298template<typename GridType>
299inline void
300signedFloodFill(GridType& grid)
301{
302 tools::signedFloodFill(grid.tree());
303}
304
305
306////////////////////////////////////////

Callers 7

cookVDBSopMethod · 0.50
postprocessMethod · 0.50
buildFromPrimVolumeMethod · 0.50
operator()Method · 0.50
offsetSurfaceLevelSetFunction · 0.50
TEST_FFunction · 0.50
floodLevelSetMethod · 0.50

Calls 1

treeMethod · 0.45

Tested by 1

TEST_FFunction · 0.40