OpenVDB  5.2.0
Public Types | Public Member Functions | Public Attributes | List of all members
SetGroupFromIndexOp< PointDataTree, PointIndexTree, Remove > Struct Template Reference

#include <PointGroup.h>

Public Types

using LeafManagerT = typename tree::LeafManager< PointDataTree >
 
using LeafRangeT = typename LeafManagerT::LeafRange
 
using PointIndexLeafNode = typename PointIndexTree::LeafNodeType
 
using IndexArray = typename PointIndexLeafNode::IndexArray
 
using GroupIndex = AttributeSet::Descriptor::GroupIndex
 
using MembershipArray = std::vector< short >
 

Public Member Functions

 SetGroupFromIndexOp (const PointIndexTree &indexTree, const MembershipArray &membership, const GroupIndex &index)
 
void operator() (const typename LeafManagerT::LeafRange &range) const
 

Public Attributes

const PointIndexTree & mIndexTree
 
const MembershipArraymMembership
 
const GroupIndexmIndex
 

Member Typedef Documentation

◆ GroupIndex

using GroupIndex = AttributeSet::Descriptor::GroupIndex

◆ IndexArray

using IndexArray = typename PointIndexLeafNode::IndexArray

◆ LeafManagerT

◆ LeafRangeT

using LeafRangeT = typename LeafManagerT::LeafRange

◆ MembershipArray

using MembershipArray = std::vector<short>

◆ PointIndexLeafNode

using PointIndexLeafNode = typename PointIndexTree::LeafNodeType

Constructor & Destructor Documentation

◆ SetGroupFromIndexOp()

SetGroupFromIndexOp ( const PointIndexTree &  indexTree,
const MembershipArray membership,
const GroupIndex index 
)
inline

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ mIndex

const GroupIndex& mIndex

◆ mIndexTree

const PointIndexTree& mIndexTree

◆ mMembership

const MembershipArray& mMembership

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