|
HDK
|
Private class of FastSweeping to perform multi-threaded initialization. More...
#include <FastSweeping.h>
Public Types | |
| using | LeafRange = typename tree::LeafManager< SdfTreeT >::LeafRange |
Public Member Functions | |
| DilateKernel (FastSweeping &parent) | |
| DilateKernel (const DilateKernel &parent)=default | |
| DilateKernel & | operator= (const DilateKernel &)=delete |
| void | run (int dilation, NearestNeighbors nn) |
Public Attributes | |
| FastSweeping * | mParent |
| const SdfValueT | mBackground |
| SdfGridT::ConstPtr | mSdfGridInput |
Private class of FastSweeping to perform multi-threaded initialization.
Definition at line 1010 of file FastSweeping.h.
| using openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::DilateKernel::LeafRange = typename tree::LeafManager<SdfTreeT>::LeafRange |
Definition at line 1012 of file FastSweeping.h.
|
inline |
Definition at line 1013 of file FastSweeping.h.
|
default |
|
delete |
|
inline |
Definition at line 1022 of file FastSweeping.h.
| const SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::DilateKernel::mBackground |
Definition at line 1113 of file FastSweeping.h.
| FastSweeping* openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::DilateKernel::mParent |
Definition at line 1112 of file FastSweeping.h.
| SdfGridT::ConstPtr openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::DilateKernel::mSdfGridInput |
Definition at line 1114 of file FastSweeping.h.