HDK
|
Construct boolean mask grids from grids of arbitrary type. More...
#include <openvdb/Grid.h>
#include <openvdb/openvdb.h>
#include "LevelSetUtil.h"
#include <type_traits>
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... | |
Construct boolean mask grids from grids of arbitrary type.
Definition in file Mask.h.