OpenVDB  9.0.1
Public Member Functions | List of all members
BinaryFilter< T1, T2, And > Class Template Reference

#include <openvdb/points/IndexFilter.h>

Public Member Functions

 BinaryFilter (const T1 &filter1, const T2 &filter2)
 
bool initialized () const
 
index::State state () const
 
template<typename LeafT >
index::State state (const LeafT &leaf) const
 
template<typename LeafT >
void reset (const LeafT &leaf)
 
template<typename IterT >
bool valid (const IterT &iter) const
 

Constructor & Destructor Documentation

BinaryFilter ( const T1 &  filter1,
const T2 &  filter2 
)
inline

Member Function Documentation

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