#include <openvdb/tools/PointIndexGrid.h>
◆ ConstAccessor
template<typename
PointArray, typename TreeType = PointIndexTree>
◆ PosType
template<typename
PointArray, typename TreeType = PointIndexTree>
using PosType = typename PointArray::PosType |
◆ ScalarType
template<typename
PointArray, typename TreeType = PointIndexTree>
◆ PointIndexFilter() [1/2]
Constructor.
- Parameters
-
points | world-space point array conforming to the PointArray interface |
tree | a point index tree |
xform | linear, uniform-scale transform (i.e., cubical voxels) |
◆ PointIndexFilter() [2/2]
Thread safe copy constructor.
◆ searchAndApply()
Perform a radial search query and apply the given filter operator to the selected points.
- Parameters
-
center | world-space center |
radius | world-space radius |
op | custom filter operator (see the FilterType example for interface details) |