OpenVDB 11.0.0
Loading...
Searching...
No Matches
Namespaces | Functions
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>

Go to the source code of this file.

Namespaces

namespace  openvdb
 
namespace  openvdb::v11_0
 
namespace  openvdb::v11_0::tools
 

Functions

template<typename GridType >
GridType::template ValueConverter< bool >::Type::Ptr 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.
 

Detailed Description

Construct boolean mask grids from grids of arbitrary type.