HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::ValueMaskFilter< On > Class Template Reference

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

#include <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::OPENVDB_VERSION_NAME::points::ValueMaskFilter< On >

Index filtering on active / inactive state of host voxel.

Definition at line 105 of file IndexFilter.h.

Member Function Documentation

template<bool On>
static bool openvdb::OPENVDB_VERSION_NAME::points::ValueMaskFilter< On >::initialized ( )
inlinestatic

Definition at line 108 of file IndexFilter.h.

template<bool On>
template<typename LeafT >
void openvdb::OPENVDB_VERSION_NAME::points::ValueMaskFilter< On >::reset ( const LeafT &  )
inline

Definition at line 119 of file IndexFilter.h.

template<bool On>
static index::State openvdb::OPENVDB_VERSION_NAME::points::ValueMaskFilter< On >::state ( )
inlinestatic

Definition at line 109 of file IndexFilter.h.

template<bool On>
template<typename LeafT >
static index::State openvdb::OPENVDB_VERSION_NAME::points::ValueMaskFilter< On >::state ( const LeafT &  leaf)
inlinestatic

Definition at line 111 of file IndexFilter.h.

template<bool On>
template<typename IterT >
bool openvdb::OPENVDB_VERSION_NAME::points::ValueMaskFilter< On >::valid ( const IterT &  iter) const
inline

Definition at line 122 of file IndexFilter.h.


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