OpenVDB
12.0.0
|
#include <openvdb/points/IndexFilter.h>
Public Types | |
using | NameVector = std::vector< Name > |
using | IndexVector = std::vector< AttributeSet::Descriptor::GroupIndex > |
using | HandleVector = std::vector< GroupHandle > |
Public Member Functions | |
MultiGroupFilter (const NameVector &include, const NameVector &exclude, const AttributeSet &attributeSet) | |
MultiGroupFilter (const IndexVector &include, const IndexVector &exclude) | |
MultiGroupFilter (const MultiGroupFilter &filter) | |
bool | initialized () const |
index::State | state () const |
template<typename LeafT > | |
void | reset (const LeafT &leaf) |
template<typename IterT > | |
bool | valid (const IterT &iter) const |
Static Public Member Functions | |
template<typename LeafT > | |
static index::State | state (const LeafT &) |
Index filtering on multiple group membership for inclusion and exclusion
using HandleVector = std::vector<GroupHandle> |
using IndexVector = std::vector<AttributeSet::Descriptor::GroupIndex> |
using NameVector = std::vector<Name> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |