OpenVDB  5.2.0
Public Types | Public Member Functions | List of all members
BBoxFilter< PointArray, IndexT > Struct Template Reference

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

Member Typedef Documentation

◆ IndexDeque

using IndexDeque = std::deque<IndexT>

◆ PosType

using PosType = typename PointArray::PosType

◆ Range

using Range = std::pair<const IndexT*, const IndexT*>

◆ RangeDeque

using RangeDeque = std::deque<Range>

◆ ScalarType

using ScalarType = typename PosType::value_type

Constructor & Destructor Documentation

◆ BBoxFilter()

BBoxFilter ( RangeDeque ranges,
IndexDeque indices,
const BBoxd bbox,
const PointArray points,
const math::Transform xform 
)
inline

Member Function Documentation

◆ filterLeafNode()

void filterLeafNode ( const LeafNodeType &  leaf)
inline

◆ filterVoxel()

void filterVoxel ( const Coord ,
const IndexT *  begin,
const IndexT *  end 
)
inline

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