OpenVDB
3.1.0
|
ToBoolGrid<T>::Type is the type of a grid having the same tree hierarchy as grid type T but a value type of bool. More...
#include <GridOperators.h>
Public Types | |
typedef Grid< typename GridType::TreeType::template ValueConverter< bool >::Type > | Type |
ToBoolGrid<T>::Type is the type of a grid having the same tree hierarchy as grid type T but a value type of bool.
For example, ToBoolGrid<FloatGrid>::Type is equivalent to BoolGrid.