OpenVDB  9.0.1
Public Member Functions | Static Public Member Functions | List of all members
GroupFilter Class Reference

Index filtering on group membership. More...

#include <openvdb/points/AttributeGroup.h>

Public Member Functions

 GroupFilter (const Name &name, const AttributeSet &attributeSet)
 
 GroupFilter (const AttributeSet::Descriptor::GroupIndex &index)
 
bool initialized () const
 
template<typename LeafT >
void reset (const LeafT &leaf)
 
template<typename IterT >
bool valid (const IterT &iter) const
 

Static Public Member Functions

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

Detailed Description

Index filtering on group membership.

Constructor & Destructor Documentation

GroupFilter ( const Name name,
const AttributeSet attributeSet 
)
inline
GroupFilter ( const AttributeSet::Descriptor::GroupIndex &  index)
inlineexplicit

Member Function Documentation

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