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

Function vdbVolumeToSimpleVolume

source/MRVoxels/MRVDBConversions.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431Expected<SimpleVolumeMinMax> vdbVolumeToSimpleVolume( const VdbVolume& vdbVolume, const Box3i& activeBox, ProgressCallback cb )
432{
433 return vdbVolumeToSimpleVolumeImpl<float, false>( vdbVolume, activeBox, {}, cb );
434}
435
436Expected<SimpleVolumeMinMax> vdbVolumeToSimpleVolumeNorm( const VdbVolume& vdbVolume, const Box3i& activeBox /*= Box3i()*/,
437 std::optional<MinMaxf> sourceScale, ProgressCallback cb /*= {} */ )

Callers 5

createMethod · 0.85
convertToInstancesFunction · 0.85
toRawFloatFunction · 0.85
gridToRawFloatFunction · 0.85
meshToDistanceVolumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected