Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
void setLevelSetType( FloatGrid & grid )
292
{
293
if ( grid )
294
grid->setGridClass( openvdb::GRID_LEVEL_SET );
295
}
296
297
FloatGrid operator += ( FloatGrid & a, FloatGrid&& b )
298
{
Callers
2
computeSweptVolumeWithMeshMovement
Function · 0.85
offsetMesh
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected