OpenVDB
12.0.0
|
ToMaskGrid<T>::Type is the type of a grid having the same tree hierarchy as grid type T but a value equal to its active state. More...
#include <openvdb/tools/GridOperators.h>
Public Types | |
typedef Grid< typename GridType::TreeType::template ValueConverter< ValueMask >::Type > | Type |
ToMaskGrid<T>::Type is the type of a grid having the same tree hierarchy as grid type T but a value equal to its active state.
For example, ToMaskGrid<FloatGrid>::Type is equivalent to MaskGrid.