HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType > Class Template Reference

#include <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 &)
 

Detailed Description

template<typename RandGenT, typename IntType>
class openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >

Definition at line 323 of file IndexFilter.h.

Member Typedef Documentation

template<typename RandGenT , typename IntType >
using openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >::Handle = AttributeHandle<IntType>

Definition at line 326 of file IndexFilter.h.

Constructor & Destructor Documentation

template<typename RandGenT , typename IntType >
openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >::AttributeHashFilter ( const size_t  index,
const double  percentage,
const unsigned int  seed = 0 
)
inline

Definition at line 328 of file IndexFilter.h.

template<typename RandGenT , typename IntType >
openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >::AttributeHashFilter ( const AttributeHashFilter< RandGenT, IntType > &  filter)
inline

Definition at line 335 of file IndexFilter.h.

Member Function Documentation

template<typename RandGenT , typename IntType >
bool openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >::initialized ( ) const
inline

Definition at line 343 of file IndexFilter.h.

template<typename RandGenT , typename IntType >
template<typename LeafT >
void openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >::reset ( const LeafT &  leaf)
inline

Definition at line 350 of file IndexFilter.h.

template<typename RandGenT , typename IntType >
static index::State openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >::state ( )
inlinestatic

Definition at line 345 of file IndexFilter.h.

template<typename RandGenT , typename IntType >
template<typename LeafT >
static index::State openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >::state ( const LeafT &  )
inlinestatic

Definition at line 347 of file IndexFilter.h.

template<typename RandGenT , typename IntType >
template<typename IterT >
bool openvdb::OPENVDB_VERSION_NAME::points::AttributeHashFilter< RandGenT, IntType >::valid ( const IterT &  iter) const
inline

Definition at line 356 of file IndexFilter.h.


The documentation for this class was generated from the following file: