HDK
|
#include <FastSweeping.h>
Public Types | |
using | LeafRange = typename tree::LeafManager< SdfTreeT >::LeafRange |
Public Member Functions | |
InitSdf (FastSweeping &parent) | |
InitSdf (const InitSdf &)=default | |
InitSdf & | operator= (const InitSdf &)=delete |
void | run (SdfValueT isoValue) |
void | operator() (const LeafRange &r) const |
template<typename RootOrInternalNodeT > | |
void | operator() (const RootOrInternalNodeT &node) const |
Public Attributes | |
FastSweeping * | mParent |
SdfGridT * | mSdfGrid |
SdfValueT | mIsoValue |
SdfValueT | mAboveSign |
Definition at line 1119 of file FastSweeping.h.
using openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::InitSdf::LeafRange = typename tree::LeafManager<SdfTreeT>::LeafRange |
Definition at line 1121 of file FastSweeping.h.
|
inline |
Definition at line 1122 of file FastSweeping.h.
|
default |
|
inline |
Definition at line 1164 of file FastSweeping.h.
|
inline |
Definition at line 1209 of file FastSweeping.h.
|
delete |
|
inline |
Definition at line 1127 of file FastSweeping.h.
SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::InitSdf::mAboveSign |
Definition at line 1222 of file FastSweeping.h.
SdfValueT openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::InitSdf::mIsoValue |
Definition at line 1221 of file FastSweeping.h.
FastSweeping* openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::InitSdf::mParent |
Definition at line 1219 of file FastSweeping.h.
SdfGridT* openvdb::OPENVDB_VERSION_NAME::tools::FastSweeping< SdfGridT, ExtValueT >::InitSdf::mSdfGrid |
Definition at line 1220 of file FastSweeping.h.