|
OpenVDB
3.1.0
|
#include <PointIndexGrid.h>
Public Types | |
| typedef PointArray::value_type | PointType |
| typedef PointType::ValueType | PointElementType |
| typedef std::pair< const IndexT *, const IndexT * > | Range |
| typedef std::deque< Range > | RangeDeque |
| typedef std::deque< IndexT > | IndexDeque |
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) |
| typedef std::deque<IndexT> IndexDeque |
| typedef PointType::ValueType PointElementType |
| typedef PointArray::value_type PointType |
| typedef std::pair<const IndexT*, const IndexT*> Range |
| typedef std::deque<Range> RangeDeque |
|
inline |
|
inline |
|
inline |
1.8.11