OpenVDB 12.1.0
Loading...
Searching...
No Matches
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

◆ Handle

Constructor & Destructor Documentation

◆ BBoxFilter() [1/2]

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

◆ BBoxFilter() [2/2]

BBoxFilter ( const BBoxFilter & filter)
inline

Member Function Documentation

◆ initialized()

bool initialized ( ) const
inline

◆ reset()

template<typename LeafT>
void reset ( const LeafT & leaf)
inline

◆ state() [1/2]

index::State state ( ) const
inline

◆ state() [2/2]

template<typename LeafT>
index::State state ( const LeafT & )
inlinestatic

◆ valid()

template<typename IterT>
bool valid ( const IterT & iter) const
inline