HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::BinaryFilter< T1, T2, And > Class Template Reference

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

Detailed Description

template<typename T1, typename T2, bool And = true>
class openvdb::OPENVDB_VERSION_NAME::points::BinaryFilter< T1, T2, And >

Definition at line 503 of file IndexFilter.h.

Constructor & Destructor Documentation

template<typename T1 , typename T2 , bool And = true>
openvdb::OPENVDB_VERSION_NAME::points::BinaryFilter< T1, T2, And >::BinaryFilter ( const T1 &  filter1,
const T2 &  filter2 
)
inline

Definition at line 506 of file IndexFilter.h.

Member Function Documentation

template<typename T1 , typename T2 , bool And = true>
bool openvdb::OPENVDB_VERSION_NAME::points::BinaryFilter< T1, T2, And >::initialized ( ) const
inline

Definition at line 511 of file IndexFilter.h.

template<typename T1 , typename T2 , bool And = true>
template<typename LeafT >
void openvdb::OPENVDB_VERSION_NAME::points::BinaryFilter< T1, T2, And >::reset ( const LeafT &  leaf)
inline

Definition at line 524 of file IndexFilter.h.

template<typename T1 , typename T2 , bool And = true>
index::State openvdb::OPENVDB_VERSION_NAME::points::BinaryFilter< T1, T2, And >::state ( ) const
inline

Definition at line 513 of file IndexFilter.h.

template<typename T1 , typename T2 , bool And = true>
template<typename LeafT >
index::State openvdb::OPENVDB_VERSION_NAME::points::BinaryFilter< T1, T2, And >::state ( const LeafT &  leaf) const
inline

Definition at line 518 of file IndexFilter.h.

template<typename T1 , typename T2 , bool And = true>
template<typename IterT >
bool openvdb::OPENVDB_VERSION_NAME::points::BinaryFilter< T1, T2, And >::valid ( const IterT &  iter) const
inline

Definition at line 530 of file IndexFilter.h.


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