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 82 of file SignedFloodFill.h.
using openvdb::OPENVDB_VERSION_NAME::tools::SignedFloodFillOp< TreeOrLeafManagerT >::LeafT = typename TreeOrLeafManagerT::LeafNodeType |
Definition at line 87 of file SignedFloodFill.h.
using openvdb::OPENVDB_VERSION_NAME::tools::SignedFloodFillOp< TreeOrLeafManagerT >::RootT = typename TreeOrLeafManagerT::RootNodeType |
Definition at line 86 of file SignedFloodFill.h.
using openvdb::OPENVDB_VERSION_NAME::tools::SignedFloodFillOp< TreeOrLeafManagerT >::ValueT = typename TreeOrLeafManagerT::ValueType |
Definition at line 85 of file SignedFloodFill.h.
|
inline |
Definition at line 91 of file SignedFloodFill.h.
|
inline |
Definition at line 98 of file SignedFloodFill.h.
|
inline |
Definition at line 106 of file SignedFloodFill.h.
|
inline |
Definition at line 145 of file SignedFloodFill.h.
|
inline |
Definition at line 182 of file SignedFloodFill.h.