|
OpenVDB 12.1.0
|
FilteredTransfer module, when derived from allows for schemes to apply point filtering. Note that this module handles the thread safe intialization and storage of the filter, but derived schemes must call FilteredTransfer::filter() per point id and handle the result. More...
#include <openvdb/points/PointTransfer.h>
Public Member Functions | |
| FilteredTransfer (const FilterT &filter) | |
| FilteredTransfer (const FilteredTransfer &other) | |
| void | initialize (const Coord &, const size_t, const CoordBBox &) |
| bool | startPointLeaf (const PointDataTree::LeafNodeType &leaf) |
| bool | filter (const Index id) const |
FilteredTransfer module, when derived from allows for schemes to apply point filtering. Note that this module handles the thread safe intialization and storage of the filter, but derived schemes must call FilteredTransfer::filter() per point id and handle the result.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |