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

#include <PointConversion.h>

Public Types

using LeafNode = typename PointDataTreeType::LeafNodeType
 
using ValueType = typename Attribute::ValueType
 
using LeafManagerT = typename tree::LeafManager< const PointDataTreeType >
 
using LeafRangeT = typename LeafManagerT::LeafRange
 

Public Member Functions

 ConvertPointDataGridPositionOp (Attribute &attribute, const std::vector< Index64 > &pointOffsets, const Index64 startOffset, const math::Transform &transform, const size_t 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

Attribute & mAttribute
 
const std::vector< Index64 > & mPointOffsets
 
const Index64 mStartOffset
 
const math::TransformmTransform
 
const size_t mIndex
 
const std::vector< std::string > & mIncludeGroups
 
const std::vector< std::string > & mExcludeGroups
 
const bool mInCoreOnly
 

Member Typedef Documentation

using LeafManagerT = typename tree::LeafManager<const PointDataTreeType>
using LeafNode = typename PointDataTreeType::LeafNodeType
using LeafRangeT = typename LeafManagerT::LeafRange
using ValueType = typename Attribute::ValueType

Constructor & Destructor Documentation

ConvertPointDataGridPositionOp ( Attribute &  attribute,
const std::vector< Index64 > &  pointOffsets,
const Index64  startOffset,
const math::Transform transform,
const size_t  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

Attribute& mAttribute
const std::vector<std::string>& mExcludeGroups
const std::vector<std::string>& mIncludeGroups
const bool mInCoreOnly
const size_t mIndex
const std::vector<Index64>& mPointOffsets
const Index64 mStartOffset
const math::Transform& mTransform

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