OpenVDB  9.0.1
Enumerations
openvdb::v9_0::tools::lstrack Namespace Reference

Enumerations

enum  TrimMode { kNone, kInterior, kExterior, kAll }
 How to handle voxels that fall outside the narrow band. More...
 

Enumeration Type Documentation

enum TrimMode
strong

How to handle voxels that fall outside the narrow band.

See also
trimming, setTrimming
Enumerator
kNone 

Leave out-of-band voxels intact.

kInterior 

Set out-of-band interior voxels to the background value.

kExterior 

Set out-of-band exterior voxels to the background value.

kAll 

Set all out-of-band voxels to the background value.