HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::NullFilter Class Reference

A no-op filter that can be used when iterating over all indices. More...

#include <IndexIterator.h>

Public Member Functions

template<typename LeafT >
void reset (const LeafT &)
 

Static Public Member Functions

static bool initialized ()
 
static index::State state ()
 
template<typename LeafT >
static index::State state (const LeafT &)
 
template<typename IterT >
static bool valid (const IterT &)
 

Detailed Description

A no-op filter that can be used when iterating over all indices.

See Also
points/IndexFilter.h for the documented interface for an index filter

Definition at line 50 of file IndexIterator.h.

Member Function Documentation

static bool openvdb::OPENVDB_VERSION_NAME::points::NullFilter::initialized ( )
inlinestatic

Definition at line 53 of file IndexIterator.h.

template<typename LeafT >
void openvdb::OPENVDB_VERSION_NAME::points::NullFilter::reset ( const LeafT &  )
inline

Definition at line 58 of file IndexIterator.h.

static index::State openvdb::OPENVDB_VERSION_NAME::points::NullFilter::state ( )
inlinestatic

Definition at line 54 of file IndexIterator.h.

template<typename LeafT >
static index::State openvdb::OPENVDB_VERSION_NAME::points::NullFilter::state ( const LeafT &  )
inlinestatic

Definition at line 56 of file IndexIterator.h.

template<typename IterT >
static bool openvdb::OPENVDB_VERSION_NAME::points::NullFilter::valid ( const IterT &  )
inlinestatic

Definition at line 59 of file IndexIterator.h.


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