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

Function fill

openvdb/openvdb/python/pyGrid.h:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290template<typename GridType>
291inline void
292fill(GridType& grid, const Coord& bmin, const Coord& bmax, const typename GridType::ValueType& value, bool active)
293{
294 grid.fill(CoordBBox(bmin, bmax), value, active);
295}
296
297
298template<typename GridType>

Callers 7

clearMethod · 0.50
movePointsFunction · 0.50
parseCliComponentsFunction · 0.50
processLeafParentMethod · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
fillCharArrayFunction · 0.50

Calls 2

CoordBBoxClass · 0.85
fillMethod · 0.45

Tested by 3

TEST_FFunction · 0.40
TEST_FFunction · 0.40
fillCharArrayFunction · 0.40