|
template<typename TreeType , typename PointArray > |
void | constructPointTree (TreeType &tree, const math::Transform &xform, const PointArray &points) |
| Construct a PointIndexTree . More...
|
|
template<typename T > |
void | dequeToArray (const std::deque< T > &d, std::unique_ptr< T[]> &a, size_t &size) |
|
void | constructExclusiveRegions (std::vector< CoordBBox > ®ions, const CoordBBox &bbox, const CoordBBox &ibox) |
|
template<typename RangeFilterType , typename LeafNodeType > |
void | filteredPointIndexSearchVoxels (RangeFilterType &filter, const LeafNodeType &leaf, const Coord &min, const Coord &max) |
|
template<typename RangeFilterType , typename ConstAccessor > |
void | filteredPointIndexSearch (RangeFilterType &filter, ConstAccessor &acc, const CoordBBox &bbox) |
|
template<typename RangeDeque , typename LeafNodeType > |
void | pointIndexSearchVoxels (RangeDeque &rangeList, const LeafNodeType &leaf, const Coord &min, const Coord &max) |
|
template<typename RangeDeque , typename ConstAccessor > |
void | pointIndexSearch (RangeDeque &rangeList, ConstAccessor &acc, const CoordBBox &bbox) |
|