OpenVDB
12.0.0
|
#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 |
typedef TreeOrLeafManagerT::LeafNodeType LeafT |
typedef TreeOrLeafManagerT::RootNodeType RootT |
typedef TreeOrLeafManagerT::ValueType ValueT |
|
inline |
Constructor for asymmetric narrow-bands.
|
inline |
|
inline |
|
inline |