OpenVDB  6.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
DropAttributesOp< PointDataTreeT > Struct Template Reference

#include <PointAttribute.h>

Public Types

using LeafManagerT = typename tree::LeafManager< PointDataTreeT >
 
using LeafRangeT = typename LeafManagerT::LeafRange
 
using Indices = std::vector< size_t >
 

Public Member Functions

 DropAttributesOp (const Indices &indices, AttributeSet::DescriptorPtr &descriptor)
 
void operator() (const LeafRangeT &range) const
 

Public Attributes

const IndicesmIndices
 
AttributeSet::DescriptorPtrmDescriptor
 

Member Typedef Documentation

◆ Indices

using Indices = std::vector<size_t>

◆ LeafManagerT

using LeafManagerT = typename tree::LeafManager<PointDataTreeT>

◆ LeafRangeT

using LeafRangeT = typename LeafManagerT::LeafRange

Constructor & Destructor Documentation

◆ DropAttributesOp()

DropAttributesOp ( const Indices indices,
AttributeSet::DescriptorPtr descriptor 
)
inline

Member Function Documentation

◆ operator()()

void operator() ( const LeafRangeT range) const
inline

Member Data Documentation

◆ mDescriptor

◆ mIndices

const Indices& mIndices

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