OpenVDB  11.0.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
BBoxFilter Class Reference

#include <openvdb/points/IndexFilter.h>

Public Types

using Handle = AttributeHandle< openvdb::Vec3f >
 

Public Member Functions

 BBoxFilter (const openvdb::math::Transform &transform, const openvdb::BBoxd &bboxWS)
 
 BBoxFilter (const BBoxFilter &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 &)
 

Member Typedef Documentation

Constructor & Destructor Documentation

BBoxFilter ( const openvdb::math::Transform &  transform,
const openvdb::BBoxd bboxWS 
)
inline
BBoxFilter ( const BBoxFilter filter)
inline

Member Function Documentation

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