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