HDK
|
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.
Definition at line 133 of file PointGroup.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_group_internal::CopyGroupOp< PointDataTreeType >::GroupIndex = AttributeSet::Descriptor::GroupIndex |
Definition at line 137 of file PointGroup.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_group_internal::CopyGroupOp< PointDataTreeType >::LeafManagerT = typename tree::LeafManager<PointDataTreeType> |
Definition at line 135 of file PointGroup.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_group_internal::CopyGroupOp< PointDataTreeType >::LeafRangeT = typename LeafManagerT::LeafRange |
Definition at line 136 of file PointGroup.h.
|
inline |
Definition at line 139 of file PointGroup.h.
|
inline |
Definition at line 144 of file PointGroup.h.
const GroupIndex openvdb::OPENVDB_VERSION_NAME::points::point_group_internal::CopyGroupOp< PointDataTreeType >::mSourceIndex |
Definition at line 161 of file PointGroup.h.
const GroupIndex openvdb::OPENVDB_VERSION_NAME::points::point_group_internal::CopyGroupOp< PointDataTreeType >::mTargetIndex |
Definition at line 160 of file PointGroup.h.