OpenVDB
5.2.0
|
#include <PointMove.h>
Classes | |
struct | PerformTypedMoveOp |
Public Types | |
using | LeafT = typename TreeT::LeafNodeType |
using | LeafArrayT = std::vector< LeafT * > |
using | LeafManagerT = typename tree::LeafManager< TreeT > |
Public Member Functions | |
GlobalMovePointsOp (OffsetMap &offsetMap, AttributeHandles &targetHandles, AttributeHandles &sourceHandles, const Index attributeIndex, const GlobalPointIndexMap &moveLeafMap) | |
void | performMove (int targetOffset, const LeafT &targetLeaf, IndexArray &offsets, const IndexTripleArray &indices) const |
void | operator() (LeafT &leaf, size_t aIdx) const |
using LeafArrayT = std::vector<LeafT*> |
using LeafManagerT = typename tree::LeafManager<TreeT> |
using LeafT = typename TreeT::LeafNodeType |
|
inline |
|
inline |
|
inline |