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

#include <PointMoveImpl.h>

Public Types

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

Public Member Functions

 BuildMoveMapsOp (const DeformerT &deformer, GlobalPointIndexMap &globalMoveLeafMap, LocalPointIndexMap &localMoveLeafMap, const LeafMap &targetLeafMap, const math::Transform &targetTransform, const math::Transform &sourceTransform, const FilterT &filter)
 
void operator() (LeafT &leaf, size_t idx) const
 

Detailed Description

template<typename DeformerT, typename TreeT, typename FilterT>
struct openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >

Definition at line 105 of file PointMoveImpl.h.

Member Typedef Documentation

template<typename DeformerT , typename TreeT , typename FilterT >
using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafArrayT = std::vector<LeafT*>

Definition at line 108 of file PointMoveImpl.h.

template<typename DeformerT , typename TreeT , typename FilterT >
using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafManagerT = typename tree::LeafManager<TreeT>

Definition at line 109 of file PointMoveImpl.h.

template<typename DeformerT , typename TreeT , typename FilterT >
using openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::LeafT = typename TreeT::LeafNodeType

Definition at line 107 of file PointMoveImpl.h.

Constructor & Destructor Documentation

template<typename DeformerT , typename TreeT , typename FilterT >
openvdb::OPENVDB_VERSION_NAME::points::point_move_internal::BuildMoveMapsOp< DeformerT, TreeT, FilterT >::BuildMoveMapsOp ( const DeformerT &  deformer,
GlobalPointIndexMap globalMoveLeafMap,
LocalPointIndexMap localMoveLeafMap,
const LeafMap targetLeafMap,
const math::Transform targetTransform,
const math::Transform sourceTransform,
const FilterT &  filter 
)
inline

Definition at line 111 of file PointMoveImpl.h.

Member Function Documentation

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

Definition at line 126 of file PointMoveImpl.h.


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