#include <openvdb_houdini/AttributeTransferUtil.h>
|  | 
|  | AttributeCopy (const GA_Attribute &sourceAttr, GA_Attribute &targetAttr) | 
|  | 
| void | copy (GA_Offset source, GA_Offset target) override | 
|  | 
| void | copy (GA_Offset &v0, GA_Offset &v1, GA_Offset &v2, GA_Offset target, const openvdb::Vec3d &uvw) override | 
|  | 
◆ Ptr
◆ AttributeCopy()
template<class ValueType> 
  
  | 
        
          | AttributeCopy | ( | const GA_Attribute & | sourceAttr, |  
          |  |  | GA_Attribute & | targetAttr ) |  | inline | 
 
 
◆ copy() [1/2]
template<class ValueType> 
  
  | 
        
          | void copy | ( | GA_Offset & | v0, |  
          |  |  | GA_Offset & | v1, |  
          |  |  | GA_Offset & | v2, |  
          |  |  | GA_Offset | target, |  
          |  |  | const openvdb::Vec3d & | uvw ) |  | inlineoverridevirtual | 
 
 
◆ copy() [2/2]
template<class ValueType> 
  
  | 
        
          | void copy | ( | GA_Offset | source, |  
          |  |  | GA_Offset | target ) |  | inlineoverridevirtual |