HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::GlobalMovePointsOp< TreeT > Struct Template Reference

#include <PointMoveImpl.h>

Classes

struct  CopyIterator
 

Public Types

using LeafT = typename TreeT::LeafNodeType
 
using LeafArrayT = std::vector< LeafT * >
 
using LeafManagerT = typename tree::LeafManager< TreeT >
 
using AttributeArrays = std::vector< AttributeArray * >
 

Public Member Functions

 GlobalMovePointsOp (LeafOffsetArray &offsetMap, LeafManagerT &sourceLeafManager, const Index attributeIndex, const GlobalPointIndexMap &moveLeafMap, const GlobalPointIndexIndices &moveLeafIndices)
 
void operator() (LeafT &leaf, size_t idx) const
 

Detailed Description

template<typename TreeT>
struct openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::GlobalMovePointsOp< TreeT >

Definition at line 214 of file PointMoveImpl.h.

Member Typedef Documentation

Definition at line 219 of file PointMoveImpl.h.

template<typename TreeT >
using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::GlobalMovePointsOp< TreeT >::LeafArrayT = std::vector<LeafT*>

Definition at line 217 of file PointMoveImpl.h.

Definition at line 218 of file PointMoveImpl.h.

template<typename TreeT >
using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::GlobalMovePointsOp< TreeT >::LeafT = typename TreeT::LeafNodeType

Definition at line 216 of file PointMoveImpl.h.

Constructor & Destructor Documentation

template<typename TreeT >
openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::GlobalMovePointsOp< TreeT >::GlobalMovePointsOp ( LeafOffsetArray offsetMap,
LeafManagerT sourceLeafManager,
const Index  attributeIndex,
const GlobalPointIndexMap moveLeafMap,
const GlobalPointIndexIndices moveLeafIndices 
)
inline

Definition at line 221 of file PointMoveImpl.h.

Member Function Documentation

template<typename TreeT >
void openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::GlobalMovePointsOp< TreeT >::operator() ( LeafT leaf,
size_t  idx 
) const
inline

Definition at line 305 of file PointMoveImpl.h.


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