OpenVDB  6.2.1
Classes | Public Types | Public Member Functions | List of all members
LocalMovePointsOp< TreeT > Struct Template Reference

#include <PointMove.h>

Classes

struct  CopyIterator
 

Public Types

using LeafT = typename TreeT::LeafNodeType
 
using LeafArrayT = std::vector< LeafT * >
 
using LeafManagerT = typename tree::LeafManager< TreeT >
 
using AttributeArrays = std::vector< AttributeArray * >
 

Public Member Functions

 LocalMovePointsOp (LeafOffsetArray &offsetMap, const LeafIndexArray &sourceIndices, LeafManagerT &sourceLeafManager, const Index attributeIndex, const LocalPointIndexMap &moveLeafMap)
 
void operator() (LeafT &leaf, size_t idx) const
 

Member Typedef Documentation

◆ AttributeArrays

using AttributeArrays = std::vector<AttributeArray*>

◆ LeafArrayT

using LeafArrayT = std::vector<LeafT*>

◆ LeafManagerT

using LeafManagerT = typename tree::LeafManager<TreeT>

◆ LeafT

using LeafT = typename TreeT::LeafNodeType

Constructor & Destructor Documentation

◆ LocalMovePointsOp()

LocalMovePointsOp ( LeafOffsetArray &  offsetMap,
const LeafIndexArray &  sourceIndices,
LeafManagerT &  sourceLeafManager,
const Index  attributeIndex,
const LocalPointIndexMap &  moveLeafMap 
)
inline

Member Function Documentation

◆ operator()()

void operator() ( LeafT &  leaf,
size_t  idx 
) const
inline

The documentation for this struct was generated from the following file: