HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Mask.h File Reference

Construct boolean mask grids from grids of arbitrary type. More...

#include <openvdb/Grid.h>
#include <openvdb/openvdb.h>
#include "LevelSetUtil.h"
#include <type_traits>
+ Include dependency graph for Mask.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 openvdb
 
 openvdb::OPENVDB_VERSION_NAME
 
 openvdb::OPENVDB_VERSION_NAME::tools
 

Functions

template<typename GridType >
GridType::template
ValueConverter< bool >
::Type::Ptr 
openvdb::OPENVDB_VERSION_NAME::tools::interiorMask (const GridType &grid, const double isovalue=0.0)
 Given an input grid of any type, return a new, boolean grid whose active voxel topology matches the input grid's or, if the input grid is a level set, matches the input grid's interior. More...
 

Detailed Description

Construct boolean mask grids from grids of arbitrary type.

Definition in file Mask.h.