HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::LocalMovePointsOp< 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

 LocalMovePointsOp (LeafOffsetArray &offsetMap, const LeafIndexArray &sourceIndices, LeafManagerT &sourceLeafManager, const Index attributeIndex, const LocalPointIndexMap &moveLeafMap)
 
void operator() (LeafT &leaf, size_t idx) const
 

Detailed Description

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

Definition at line 363 of file PointMoveImpl.h.

Member Typedef Documentation

Definition at line 368 of file PointMoveImpl.h.

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

Definition at line 366 of file PointMoveImpl.h.

Definition at line 367 of file PointMoveImpl.h.

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

Definition at line 365 of file PointMoveImpl.h.

Constructor & Destructor Documentation

template<typename TreeT >
openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::LocalMovePointsOp< TreeT >::LocalMovePointsOp ( LeafOffsetArray offsetMap,
const LeafIndexArray sourceIndices,
LeafManagerT sourceLeafManager,
const Index  attributeIndex,
const LocalPointIndexMap moveLeafMap 
)
inline

Definition at line 370 of file PointMoveImpl.h.

Member Function Documentation

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

Definition at line 411 of file PointMoveImpl.h.


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