|
OpenVDB 13.0.0
|
#include <openvdb/points/IndexFilter.h>
Public Types | |
| using | SeedCountPair = std::pair<Index, Index> |
| using | LeafMap = std::unordered_map<openvdb::Coord, SeedCountPair> |
Public Member Functions | |
| RandomLeafFilter (const PointDataTreeT &tree, const Index64 targetPoints, const unsigned int seed=0) | |
| bool | initialized () const |
| template<typename LeafT> | |
| void | reset (const LeafT &leaf) |
| void | next () const |
| template<typename IterT> | |
| bool | valid (const IterT &iter) const |
Static Public Member Functions | |
| static index::State | state () |
| template<typename LeafT> | |
| static index::State | state (const LeafT &) |
Friends | |
| class | ::TestIndexFilter |
| using LeafMap = std::unordered_map<openvdb::Coord, SeedCountPair> |
| using SeedCountPair = std::pair<Index, Index> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
friend |