OpenVDB
5.2.0
|
#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::Transform & | mTransform |
const PositionListType & | mPositions |
using IndexArray = typename PointIndexLeafNode::IndexArray |
using LeafManagerT = typename tree::LeafManager<PointDataTreeType> |
using LeafRangeT = typename LeafManagerT::LeafRange |
using PointIndexLeafNode = typename PointIndexTreeType::LeafNodeType |
using ValueType = typename PositionListType::value_type |
|
inline |
|
inline |
const PointIndexTreeType& mPointIndexTree |
const PositionListType& mPositions |
const math::Transform& mTransform |