|
OpenVDB
7.1.0
|
#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!
| using LeafMgr = tree::LeafManager<const SdfTreeT> |
| using LeafRange = typename LeafMgr::LeafRange |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| SdfValueT mMax |
| SdfValueT mMin |
1.8.18