OpenVDB
5.2.0
|
Copy a group attribute value from one group offset to another. More...
#include <PointGroup.h>
Public Types | |
using | LeafManagerT = typename tree::LeafManager< PointDataTreeType > |
using | LeafRangeT = typename LeafManagerT::LeafRange |
using | GroupIndex = AttributeSet::Descriptor::GroupIndex |
Public Member Functions | |
CopyGroupOp (const GroupIndex &targetIndex, const GroupIndex &sourceIndex) | |
void | operator() (const typename LeafManagerT::LeafRange &range) const |
Public Attributes | |
const GroupIndex | mTargetIndex |
const GroupIndex | mSourceIndex |
Copy a group attribute value from one group offset to another.
using GroupIndex = AttributeSet::Descriptor::GroupIndex |
using LeafManagerT = typename tree::LeafManager<PointDataTreeType> |
using LeafRangeT = typename LeafManagerT::LeafRange |
|
inline |
|
inline |
const GroupIndex mSourceIndex |
const GroupIndex mTargetIndex |