HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::BBoxFilter Class Reference

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

Detailed Description

Definition at line 447 of file IndexFilter.h.

Member Typedef Documentation

using openvdb::OPENVDB_VERSION_NAME::points::BBoxFilter::Handle = AttributeHandle<openvdb::Vec3f>

Definition at line 450 of file IndexFilter.h.

Constructor & Destructor Documentation

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

Definition at line 452 of file IndexFilter.h.

openvdb::OPENVDB_VERSION_NAME::points::BBoxFilter::BBoxFilter ( const BBoxFilter filter)
inline

Definition at line 457 of file IndexFilter.h.

Member Function Documentation

bool openvdb::OPENVDB_VERSION_NAME::points::BBoxFilter::initialized ( ) const
inline

Definition at line 464 of file IndexFilter.h.

template<typename LeafT >
void openvdb::OPENVDB_VERSION_NAME::points::BBoxFilter::reset ( const LeafT &  leaf)
inline

Definition at line 474 of file IndexFilter.h.

index::State openvdb::OPENVDB_VERSION_NAME::points::BBoxFilter::state ( ) const
inline

Definition at line 466 of file IndexFilter.h.

template<typename LeafT >
static index::State openvdb::OPENVDB_VERSION_NAME::points::BBoxFilter::state ( const LeafT &  )
inlinestatic

Definition at line 471 of file IndexFilter.h.

template<typename IterT >
bool openvdb::OPENVDB_VERSION_NAME::points::BBoxFilter::valid ( const IterT &  iter) const
inline

Definition at line 479 of file IndexFilter.h.


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