OpenVDB  4.0.1
Public Types | Public Member Functions | Public Attributes | List of all members
ConvertPointDataGridGroupOp< PointDataTreeType, Group > Struct Template Reference

#include <PointConversion.h>

Public Types

using LeafNode = typename PointDataTreeType::LeafNodeType
 
using GroupIndex = AttributeSet::Descriptor::GroupIndex
 
using LeafManagerT = typename tree::LeafManager< const PointDataTreeType >
 
using LeafRangeT = typename LeafManagerT::LeafRange
 

Public Member Functions

 ConvertPointDataGridGroupOp (Group &group, const std::vector< Index64 > &pointOffsets, const Index64 startOffset, const AttributeSet::Descriptor::GroupIndex index, const std::vector< Name > &includeGroups=std::vector< Name >(), const std::vector< Name > &excludeGroups=std::vector< Name >(), const bool inCoreOnly=false)
 
void operator() (const LeafRangeT &range) const
 

Public Attributes

Group & mGroup
 
const std::vector< Index64 > & mPointOffsets
 
const Index64 mStartOffset
 
const GroupIndex mIndex
 
const std::vector< std::string > & mIncludeGroups
 
const std::vector< std::string > & mExcludeGroups
 
const bool mInCoreOnly
 

Member Typedef Documentation

using GroupIndex = AttributeSet::Descriptor::GroupIndex
using LeafManagerT = typename tree::LeafManager<const PointDataTreeType>
using LeafNode = typename PointDataTreeType::LeafNodeType
using LeafRangeT = typename LeafManagerT::LeafRange

Constructor & Destructor Documentation

ConvertPointDataGridGroupOp ( Group &  group,
const std::vector< Index64 > &  pointOffsets,
const Index64  startOffset,
const AttributeSet::Descriptor::GroupIndex  index,
const std::vector< Name > &  includeGroups = std::vector<Name>(),
const std::vector< Name > &  excludeGroups = std::vector<Name>(),
const bool  inCoreOnly = false 
)
inline

Member Function Documentation

void operator() ( const LeafRangeT range) const
inline

Member Data Documentation

const std::vector<std::string>& mExcludeGroups
Group& mGroup
const std::vector<std::string>& mIncludeGroups
const bool mInCoreOnly
const GroupIndex mIndex
const std::vector<Index64>& mPointOffsets
const Index64 mStartOffset

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