HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT > Class Template Reference

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

Detailed Description

template<typename LevelSetGridT>
class openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT >

Definition at line 374 of file IndexFilter.h.

Member Typedef Documentation

template<typename LevelSetGridT >
using openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT >::Handle = AttributeHandle<openvdb::Vec3f>

Definition at line 378 of file IndexFilter.h.

template<typename LevelSetGridT >
using openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT >::ValueT = typename LevelSetGridT::ValueType

Definition at line 377 of file IndexFilter.h.

Constructor & Destructor Documentation

template<typename LevelSetGridT >
openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT >::LevelSetFilter ( const LevelSetGridT &  grid,
const math::Transform transform,
const ValueT  min,
const ValueT  max 
)
inline

Definition at line 380 of file IndexFilter.h.

template<typename LevelSetGridT >
openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT >::LevelSetFilter ( const LevelSetFilter< LevelSetGridT > &  filter)
inline

Definition at line 390 of file IndexFilter.h.

Member Function Documentation

template<typename LevelSetGridT >
bool openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT >::initialized ( ) const
inline

Definition at line 400 of file IndexFilter.h.

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

Definition at line 407 of file IndexFilter.h.

template<typename LevelSetGridT >
static index::State openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT >::state ( )
inlinestatic

Definition at line 402 of file IndexFilter.h.

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

Definition at line 404 of file IndexFilter.h.

template<typename LevelSetGridT >
template<typename IterT >
bool openvdb::OPENVDB_VERSION_NAME::points::LevelSetFilter< LevelSetGridT >::valid ( const IterT &  iter) const
inline

Definition at line 412 of file IndexFilter.h.


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