OpenVDB  0.104.0
Public Types | List of all members
DimToWord< Log2Dim > Struct Template Reference

Mapping from a Log2Dim to a data type of size 2^Log2Dim bits. More...

#include <Morphology.h>

Public Types

typedef uint8_t Type [0]
 

Detailed Description

template<Index Log2Dim>
struct openvdb::v0_104_0::tools::DimToWord< Log2Dim >

Mapping from a Log2Dim to a data type of size 2^Log2Dim bits.

Topologically erode all leaf-level active voxels in the given tree, i.e., shrink the set of active voxels by one voxel in the +x, -x, +y, -y, +z and -z directions, but don't change the values of any voxels, only their active states.

Member Typedef Documentation

typedef uint8_t Type[0]

The documentation for this struct was generated from the following file: