HDK
|
#include <FastSweeping.h>
Public Member Functions | |
PruneMinMaxFltKernel (SdfValueT min, SdfValueT max) | |
void | operator() (typename SdfTreeT::RootNodeType &node, size_t=1) const |
template<typename NodeT > | |
void | operator() (NodeT &node, size_t=1) const |
void | operator() (typename SdfTreeT::LeafNodeType &leaf, size_t=1) const |
Public Attributes | |
SdfValueT | mMin |
SdfValueT | mMax |
Private class of FastSweeping to prune sdf value that is equal to float max or float min.
Definition at line 961 of file FastSweeping.h.
|
inline |
Definition at line 962 of file FastSweeping.h.
|
inline |
Definition at line 965 of file FastSweeping.h.
|
inline |
Definition at line 978 of file FastSweeping.h.
|
inline |
Definition at line 991 of file FastSweeping.h.
SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::PruneMinMaxFltKernel::mMax |
Definition at line 1002 of file FastSweeping.h.
SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::PruneMinMaxFltKernel::mMin |
Definition at line 1002 of file FastSweeping.h.