OpenVDB  11.0.0
Public Types | Public Member Functions | List of all members
PointAttrTransfer Class Reference

#include <openvdb_houdini/AttributeTransferUtil.h>

Public Types

using IterRange = openvdb::tree::IteratorRange< openvdb::Int32Tree::LeafCIter >
 

Public Member Functions

 PointAttrTransfer (AttributeDetailList &pointAttributes, const openvdb::Int32Grid &closestPtnIdxGrid, const GU_Detail &ptGeop)
 
 PointAttrTransfer (const PointAttrTransfer &other)
 
 ~PointAttrTransfer ()
 
void runParallel ()
 Main calls. More...
 
void runSerial ()
 
void operator() (IterRange &range) const
 

Member Typedef Documentation

using IterRange = openvdb::tree::IteratorRange<openvdb::Int32Tree::LeafCIter>

Constructor & Destructor Documentation

PointAttrTransfer ( AttributeDetailList pointAttributes,
const openvdb::Int32Grid closestPtnIdxGrid,
const GU_Detail &  ptGeop 
)
inline
PointAttrTransfer ( const PointAttrTransfer other)
inline
~PointAttrTransfer ( )
inline

Member Function Documentation

void operator() ( IterRange range) const
inline
void runParallel ( )
inline

Main calls.

void runSerial ( )
inline