MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setLevelSetType

Function setLevelSetType

source/MRVoxels/MRFloatGrid.cpp:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void setLevelSetType( FloatGrid & grid )
292{
293 if ( grid )
294 grid->setGridClass( openvdb::GRID_LEVEL_SET );
295}
296
297FloatGrid operator += ( FloatGrid & a, FloatGrid&& b )
298{

Callers 2

offsetMeshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected