OpenVDB  9.0.1
Public Types | Public Member Functions | List of all members
ChangeLevelSetBackgroundOp< TreeOrLeafManagerT > Class Template Reference

#include <openvdb/tools/ChangeBackground.h>

Public Types

typedef TreeOrLeafManagerT::ValueType ValueT
 
typedef TreeOrLeafManagerT::RootNodeType RootT
 
typedef TreeOrLeafManagerT::LeafNodeType LeafT
 

Public Member Functions

 ChangeLevelSetBackgroundOp (const ValueT &outside, const ValueT &inside)
 Constructor for asymmetric narrow-bands. More...
 
void operator() (RootT &root) const
 
void operator() (LeafT &node) const
 
template<typename NodeT >
void operator() (NodeT &node) const
 

Member Typedef Documentation

typedef TreeOrLeafManagerT::LeafNodeType LeafT
typedef TreeOrLeafManagerT::RootNodeType RootT
typedef TreeOrLeafManagerT::ValueType ValueT

Constructor & Destructor Documentation

ChangeLevelSetBackgroundOp ( const ValueT outside,
const ValueT inside 
)
inline

Constructor for asymmetric narrow-bands.

Member Function Documentation

void operator() ( RootT root) const
inline
void operator() ( LeafT node) const
inline
void operator() ( NodeT &  node) const
inline