OpenVDB  6.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
PopulatePositionAttributeOp< PointDataTreeType, PointIndexTreeType, PositionListType > Struct Template Reference

#include <PointConversion.h>

Public Types

using LeafManagerT = typename tree::LeafManager< PointDataTreeType >
 
using LeafRangeT = typename LeafManagerT::LeafRange
 
using PointIndexLeafNode = typename PointIndexTreeType::LeafNodeType
 
using IndexArray = typename PointIndexLeafNode::IndexArray
 
using ValueType = typename PositionListType::value_type
 

Public Member Functions

 PopulatePositionAttributeOp (const PointIndexTreeType &pointIndexTree, const math::Transform &transform, const PositionListType &positions)
 
void operator() (const typename LeafManagerT::LeafRange &range) const
 

Public Attributes

const PointIndexTreeType & mPointIndexTree
 
const math::TransformmTransform
 
const PositionListType & mPositions
 

Member Typedef Documentation

◆ IndexArray

using IndexArray = typename PointIndexLeafNode::IndexArray

◆ LeafManagerT

using LeafManagerT = typename tree::LeafManager<PointDataTreeType>

◆ LeafRangeT

using LeafRangeT = typename LeafManagerT::LeafRange

◆ PointIndexLeafNode

using PointIndexLeafNode = typename PointIndexTreeType::LeafNodeType

◆ ValueType

using ValueType = typename PositionListType::value_type

Constructor & Destructor Documentation

◆ PopulatePositionAttributeOp()

PopulatePositionAttributeOp ( const PointIndexTreeType &  pointIndexTree,
const math::Transform transform,
const PositionListType &  positions 
)
inline

Member Function Documentation

◆ operator()()

void operator() ( const typename LeafManagerT::LeafRange &  range) const
inline

Member Data Documentation

◆ mPointIndexTree

const PointIndexTreeType& mPointIndexTree

◆ mPositions

const PositionListType& mPositions

◆ mTransform

const math::Transform& mTransform

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