#include <openvdb/points/IndexFilter.h>
|  | 
|  | 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 | 
|  | 
◆ LeafMap
template<typename PointDataTreeT, typename RandGenT> 
      
 
 
◆ SeedCountPair
template<typename PointDataTreeT, typename RandGenT> 
      
 
 
◆ RandomLeafFilter()
template<typename PointDataTreeT, typename RandGenT> 
 
 
◆ initialized()
template<typename PointDataTreeT, typename RandGenT> 
  
  | 
        
          | bool initialized | ( |  | ) | const |  | inline | 
 
 
◆ next()
template<typename PointDataTreeT, typename RandGenT> 
 
 
◆ reset()
template<typename PointDataTreeT, typename RandGenT> 
template<typename LeafT> 
  
  | 
        
          | void reset | ( | const LeafT & | leaf | ) |  |  | inline | 
 
 
◆ state() [1/2]
template<typename PointDataTreeT, typename RandGenT> 
 
 
◆ state() [2/2]
template<typename PointDataTreeT, typename RandGenT> 
template<typename LeafT> 
 
 
◆ valid()
template<typename PointDataTreeT, typename RandGenT> 
template<typename IterT> 
  
  | 
        
          | bool valid | ( | const IterT & | iter | ) | const |  | inline | 
 
 
◆ ::TestIndexFilter
template<typename PointDataTreeT, typename RandGenT> 
  
  | 
        
          | friend class ::TestIndexFilter |  | friend |