OpenVDB 9.0.0
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() [1/2]

GroupFilter ( const Name name,
const AttributeSet attributeSet 
)
inline

◆ GroupFilter() [2/2]

GroupFilter ( const AttributeSet::Descriptor::GroupIndex &  index)
inlineexplicit

Member Function Documentation

◆ initialized()

bool initialized ( ) const
inline

◆ reset()

void reset ( const LeafT &  leaf)
inline

◆ state() [1/2]

static index::State state ( )
inlinestatic

◆ state() [2/2]

static index::State state ( const LeafT &  )
inlinestatic

◆ valid()

bool valid ( const IterT &  iter) const
inline