|
HDK
|
#include <PointMoveImpl.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 105 of file PointMoveImpl.h.
| using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafArrayT = std::vector<LeafT*> |
Definition at line 108 of file PointMoveImpl.h.
| using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafManagerT = typename tree::LeafManager<TreeT> |
Definition at line 109 of file PointMoveImpl.h.
| using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafT = typename TreeT::LeafNodeType |
Definition at line 107 of file PointMoveImpl.h.
|
inline |
Definition at line 111 of file PointMoveImpl.h.
|
inline |
Definition at line 126 of file PointMoveImpl.h.