OpenVDB
12.0.0
|
#include <openvdb/points/impl/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 |
using LeafArrayT = std::vector<LeafT*> |
using LeafManagerT = typename tree::LeafManager<TreeT> |
using LeafT = typename TreeT::LeafNodeType |
|
inline |
|
inline |