OpenVDB
6.0.0
|
#include <PointIndexGrid.h>
Public Types | |
using | PosType = typename PointArray::PosType |
using | ScalarType = typename PosType::value_type |
using | Range = std::pair< const IndexT *, const IndexT * > |
using | RangeDeque = std::deque< Range > |
using | IndexDeque = std::deque< IndexT > |
Public Member Functions | |
BBoxFilter (RangeDeque &ranges, IndexDeque &indices, const BBoxd &bbox, const PointArray &points, const math::Transform &xform) | |
template<typename LeafNodeType > | |
void | filterLeafNode (const LeafNodeType &leaf) |
void | filterVoxel (const Coord &, const IndexT *begin, const IndexT *end) |
using IndexDeque = std::deque<IndexT> |
using PosType = typename PointArray::PosType |
using Range = std::pair<const IndexT*, const IndexT*> |
using RangeDeque = std::deque<Range> |
using ScalarType = typename PosType::value_type |
|
inline |
|
inline |
|
inline |