OpenVDB  9.0.1
Public Member Functions | Static Public Member Functions | List of all members
NullFilter Class Reference

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

#include <openvdb/points/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

Member Function Documentation

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