OpenVDB 11.0.0
|
#include <openvdb_houdini/AttributeTransferUtil.h>
Public Types | |
using | Ptr = std::shared_ptr<AttributeCopyBase> |
Public Member Functions | |
virtual | ~AttributeCopyBase () |
virtual void | copy (GA_Offset, GA_Offset)=0 |
virtual void | copy (GA_Offset &, GA_Offset &, GA_Offset &, GA_Offset, const openvdb::Vec3d &)=0 |
Protected Member Functions | |
AttributeCopyBase () | |
using Ptr = std::shared_ptr<AttributeCopyBase> |
|
inlinevirtual |
|
inlineprotected |
|
pure virtual |
Implemented in AttributeCopy< ValueType >, and StrAttributeCopy.
|
pure virtual |
Implemented in AttributeCopy< ValueType >, and StrAttributeCopy.