|
OpenVDB 13.0.0
|
#include <openvdb/tools/SignedFloodFill.h>
Public Types | |
| using | ValueT = typename TreeOrLeafManagerT::ValueType |
| using | RootT = typename TreeOrLeafManagerT::RootNodeType |
| using | LeafT = typename TreeOrLeafManagerT::LeafNodeType |
Public Member Functions | |
| SignedFloodFillOp (const TreeOrLeafManagerT &tree, Index minLevel=0) | |
| SignedFloodFillOp (ValueT outsideValue, ValueT insideValue, Index minLevel=0) | |
| void | operator() (LeafT &leaf) const |
| template<typename NodeT> | |
| void | operator() (NodeT &node) const |
| void | operator() (RootT &root) const |
| using LeafT = typename TreeOrLeafManagerT::LeafNodeType |
| using RootT = typename TreeOrLeafManagerT::RootNodeType |
| using ValueT = typename TreeOrLeafManagerT::ValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |