HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::gridop::ToMaskGrid< GridType > Struct Template Reference

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 <GridOperators.h>

Public Types

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

Detailed Description

template<typename GridType>
struct openvdb::OPENVDB_VERSION_NAME::tools::gridop::ToMaskGrid< GridType >

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.

Definition at line 285 of file GridOperators.h.

Member Typedef Documentation

template<typename GridType>
typedef Grid<typename GridType::TreeType::template ValueConverter<ValueMask>::Type> openvdb::OPENVDB_VERSION_NAME::tools::gridop::ToMaskGrid< GridType >::Type

Definition at line 286 of file GridOperators.h.


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