OpenVDB  3.1.0
Public Types | List of all members
ToBoolGrid< GridType > Struct Template Reference

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 >::TypeType
 

Detailed Description

template<typename GridType>
struct openvdb::v3_1_0::tools::gridop::ToBoolGrid< GridType >

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.

Member Typedef Documentation

typedef Grid<typename GridType::TreeType::template ValueConverter<bool>::Type> Type

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