OpenVDB  9.0.1
Public Types | Public Member Functions | Static Public Member Functions | List of all members
LevelSetFilter< LevelSetGridT > Class Template Reference

#include <openvdb/points/IndexFilter.h>

Public Types

using ValueT = typename LevelSetGridT::ValueType
 
using Handle = AttributeHandle< openvdb::Vec3f >
 

Public Member Functions

 LevelSetFilter (const LevelSetGridT &grid, const math::Transform &transform, const ValueT min, const ValueT max)
 
 LevelSetFilter (const LevelSetFilter &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 ValueT = typename LevelSetGridT::ValueType

Constructor & Destructor Documentation

LevelSetFilter ( const LevelSetGridT &  grid,
const math::Transform transform,
const ValueT  min,
const ValueT  max 
)
inline
LevelSetFilter ( const LevelSetFilter< LevelSetGridT > &  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