|
HDK
|
#include <PointTransfer.h>
Public Types | |
| using | LeafManagerT = tree::LeafManager< TopologyT > |
| using | LeafNodeT = typename LeafManagerT::LeafNodeType |
Public Member Functions | |
| RasterizePoints (const points::PointDataTree &tree, const TransferT &transfer, const PointFilterT &filter=PointFilterT(), InterrupterT *interrupter=nullptr) | |
| void | operator() (LeafNodeT &leaf, const size_t idx) const |
| void | operator() (const typename LeafManagerT::LeafRange &range) const |
Static Public Attributes | |
| static const Index | DIM = TopologyT::LeafNodeType::DIM |
| static const Int32 | DIM32 = static_cast<Int32>(DIM) |
| static const Index | LOG2DIM = TopologyT::LeafNodeType::LOG2DIM |
Definition at line 409 of file PointTransfer.h.
| using openvdb::OPENVDB_VERSION_NAME::points::transfer_internal::RasterizePoints< TransferT, TopologyT, PointFilterT, InterrupterT >::LeafManagerT = tree::LeafManager<TopologyT> |
Definition at line 411 of file PointTransfer.h.
| using openvdb::OPENVDB_VERSION_NAME::points::transfer_internal::RasterizePoints< TransferT, TopologyT, PointFilterT, InterrupterT >::LeafNodeT = typename LeafManagerT::LeafNodeType |
Definition at line 412 of file PointTransfer.h.
|
inline |
Definition at line 418 of file PointTransfer.h.
|
inline |
Definition at line 427 of file PointTransfer.h.
|
inline |
Definition at line 516 of file PointTransfer.h.
|
static |
Definition at line 414 of file PointTransfer.h.
|
static |
Definition at line 415 of file PointTransfer.h.
|
static |
Definition at line 416 of file PointTransfer.h.