OpenVDB  9.0.1
Public Member Functions | Static Public Member Functions | List of all members
ValueMaskFilter< On > Class Template Reference

Index filtering on active / inactive state of host voxel. More...

#include <openvdb/points/IndexFilter.h>

Public Member Functions

template<typename LeafT >
void reset (const LeafT &)
 
template<typename IterT >
bool valid (const IterT &iter) const
 

Static Public Member Functions

static bool initialized ()
 
static index::State state ()
 
template<typename LeafT >
static index::State state (const LeafT &leaf)
 

Detailed Description

template<bool On>
class openvdb::v9_0::points::ValueMaskFilter< On >

Index filtering on active / inactive state of host voxel.

Member Function Documentation

static bool initialized ( )
inlinestatic
void reset ( const LeafT &  )
inline
static index::State state ( )
inlinestatic
static index::State state ( const LeafT &  leaf)
inlinestatic
bool valid ( const IterT &  iter) const
inline