HDK
|
#include <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 |
Definition at line 81 of file SignedFloodFill.h.
using openvdb::OPENVDB_VERSION_NAME::tools::SignedFloodFillOp< TreeOrLeafManagerT >::LeafT = typename TreeOrLeafManagerT::LeafNodeType |
Definition at line 86 of file SignedFloodFill.h.
using openvdb::OPENVDB_VERSION_NAME::tools::SignedFloodFillOp< TreeOrLeafManagerT >::RootT = typename TreeOrLeafManagerT::RootNodeType |
Definition at line 85 of file SignedFloodFill.h.
using openvdb::OPENVDB_VERSION_NAME::tools::SignedFloodFillOp< TreeOrLeafManagerT >::ValueT = typename TreeOrLeafManagerT::ValueType |
Definition at line 84 of file SignedFloodFill.h.
|
inline |
Definition at line 90 of file SignedFloodFill.h.
|
inline |
Definition at line 97 of file SignedFloodFill.h.
|
inline |
Definition at line 105 of file SignedFloodFill.h.
|
inline |
Definition at line 144 of file SignedFloodFill.h.
|
inline |
Definition at line 181 of file SignedFloodFill.h.