HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::GroupFilter Class Reference

Index filtering on group membership. More...

#include <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.

Definition at line 134 of file AttributeGroup.h.

Constructor & Destructor Documentation

openvdb::OPENVDB_VERSION_NAME::points::GroupFilter::GroupFilter ( const Name name,
const AttributeSet attributeSet 
)
inline

Definition at line 137 of file AttributeGroup.h.

openvdb::OPENVDB_VERSION_NAME::points::GroupFilter::GroupFilter ( const AttributeSet::Descriptor::GroupIndex &  index)
inlineexplicit

Definition at line 140 of file AttributeGroup.h.

Member Function Documentation

bool openvdb::OPENVDB_VERSION_NAME::points::GroupFilter::initialized ( ) const
inline

Definition at line 143 of file AttributeGroup.h.

template<typename LeafT >
void openvdb::OPENVDB_VERSION_NAME::points::GroupFilter::reset ( const LeafT &  leaf)
inline

Definition at line 150 of file AttributeGroup.h.

static index::State openvdb::OPENVDB_VERSION_NAME::points::GroupFilter::state ( )
inlinestatic

Definition at line 145 of file AttributeGroup.h.

template<typename LeafT >
static index::State openvdb::OPENVDB_VERSION_NAME::points::GroupFilter::state ( const LeafT &  )
inlinestatic

Definition at line 147 of file AttributeGroup.h.

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

Definition at line 155 of file AttributeGroup.h.


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