HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::lstrack Namespace Reference

Enumerations

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

Enumeration Type Documentation

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.

Definition at line 45 of file LevelSetTracker.h.