OpenVDB 11.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 </private/tmp/openvdb-20240426-83507-bnu7c4/openvdb-11.0.0/openvdb/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.