|
OpenVDB
3.2.0
|
#include <PointIndexGrid.h>
Public Types | |
| typedef PointArray::PosType | PosType |
| typedef PosType::value_type | ScalarType |
| typedef std::pair< const IndexT *, const IndexT * > | Range |
| typedef std::deque< Range > | RangeDeque |
| typedef std::deque< IndexT > | IndexDeque |
Public Member Functions | |
| RadialRangeFilter (RangeDeque &ranges, IndexDeque &indices, const Vec3d &xyz, double radius, const PointArray &points, const math::Transform &xform, const double leafNodeDim, const bool subvoxelAccuracy) | |
| template<typename LeafNodeType > | |
| void | filterLeafNode (const LeafNodeType &leaf) |
| void | filterVoxel (const Coord &ijk, const IndexT *begin, const IndexT *end) |
| typedef std::deque<IndexT> IndexDeque |
| typedef PointArray::PosType PosType |
| typedef std::pair<const IndexT*, const IndexT*> Range |
| typedef std::deque<Range> RangeDeque |
| typedef PosType::value_type ScalarType |
|
inline |
|
inline |
|
inline |
1.8.12