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 </private/tmp/openvdb-20241101-6943-enag0s/openvdb-12.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.