HDK
|
#include <PointMove.h>
Public Types | |
using | LeafT = typename TreeT::LeafNodeType |
using | LeafArrayT = std::vector< LeafT * > |
using | LeafManagerT = typename tree::LeafManager< TreeT > |
Public Member Functions | |
BuildMoveMapsOp (const DeformerT &deformer, GlobalPointIndexMap &globalMoveLeafMap, LocalPointIndexMap &localMoveLeafMap, const LeafMap &targetLeafMap, const math::Transform &targetTransform, const math::Transform &sourceTransform, const FilterT &filter) | |
void | operator() (LeafT &leaf, size_t idx) const |
Definition at line 178 of file PointMove.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafArrayT = std::vector<LeafT*> |
Definition at line 181 of file PointMove.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafManagerT = typename tree::LeafManager<TreeT> |
Definition at line 182 of file PointMove.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafT = typename TreeT::LeafNodeType |
Definition at line 180 of file PointMove.h.
|
inline |
Definition at line 184 of file PointMove.h.
|
inline |
Definition at line 199 of file PointMove.h.