OpenVDB  9.0.1
Public Types | Public Member Functions | Static Public Member Functions | List of all members
AttributeHashFilter< RandGenT, IntType > Class Template Reference

#include <openvdb/points/IndexFilter.h>

Public Types

using Handle = AttributeHandle< IntType >
 

Public Member Functions

 AttributeHashFilter (const size_t index, const double percentage, const unsigned int seed=0)
 
 AttributeHashFilter (const AttributeHashFilter &filter)
 
bool initialized () const
 
template<typename LeafT >
void reset (const LeafT &leaf)
 
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 &)
 

Member Typedef Documentation

using Handle = AttributeHandle<IntType>

Constructor & Destructor Documentation

AttributeHashFilter ( const size_t  index,
const double  percentage,
const unsigned int  seed = 0 
)
inline
AttributeHashFilter ( const AttributeHashFilter< RandGenT, IntType > &  filter)
inline

Member Function Documentation

bool initialized ( ) const
inline
void reset ( const LeafT &  leaf)
inline
static index::State state ( )
inlinestatic
static index::State state ( const LeafT &  )
inlinestatic
bool valid ( const IterT &  iter) const
inline