HDK
|
#include <FastSweeping.h>
Public Types | |
using | LeafMgr = tree::LeafManager< const SdfTreeT > |
using | LeafRange = typename LeafMgr::LeafRange |
Public Member Functions | |
MinMaxKernel () | |
MinMaxKernel (MinMaxKernel &other, tbb::split) | |
math::MinMax< SdfValueT > | run (const SdfGridT &grid) |
void | operator() (const LeafRange &r) |
void | join (const MinMaxKernel &other) |
Public Attributes | |
SdfValueT | mMin |
SdfValueT | mMax |
Private class of FastSweeping to quickly compute the extrema values of the active voxels in the leaf nodes. Several orders of magnitude faster than tools::extrema!
Definition at line 900 of file FastSweeping.h.
using openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::MinMaxKernel::LeafMgr = tree::LeafManager<const SdfTreeT> |
Definition at line 902 of file FastSweeping.h.
using openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::MinMaxKernel::LeafRange = typename LeafMgr::LeafRange |
Definition at line 903 of file FastSweeping.h.
|
inline |
Definition at line 904 of file FastSweeping.h.
|
inline |
Definition at line 905 of file FastSweeping.h.
|
inline |
Definition at line 925 of file FastSweeping.h.
|
inline |
Definition at line 914 of file FastSweeping.h.
|
inline |
Definition at line 907 of file FastSweeping.h.
SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::MinMaxKernel::mMax |
Definition at line 931 of file FastSweeping.h.
SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::MinMaxKernel::mMin |
Definition at line 931 of file FastSweeping.h.