|
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 962 of file FastSweeping.h.
|
inline |
Definition at line 963 of file FastSweeping.h.
|
inline |
Definition at line 966 of file FastSweeping.h.
|
inline |
Definition at line 979 of file FastSweeping.h.
|
inline |
Definition at line 992 of file FastSweeping.h.
| SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::PruneMinMaxFltKernel::mMax |
Definition at line 1003 of file FastSweeping.h.
| SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::PruneMinMaxFltKernel::mMin |
Definition at line 1003 of file FastSweeping.h.