HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer Struct Reference

The TransformTransfer module should be used if the source transform of the input points and the target transforms of the destination volumes differ. The default rasterizer will skip index to world (and vice versa) transformations unless a transfer scheme derives from a TransformTransfer. More...

#include <PointTransfer.h>

Public Member Functions

 TransformTransfer (const math::Transform &st, const math::Transform &tt)
 
template<typename T >
auto transformSourceToTarget (const T &value) const
 
template<typename T >
auto transformTargetToSource (const T &value) const
 
const math::TransformsourceTransform () const
 
const math::TransformtargetTransform () const
 

Detailed Description

The TransformTransfer module should be used if the source transform of the input points and the target transforms of the destination volumes differ. The default rasterizer will skip index to world (and vice versa) transformations unless a transfer scheme derives from a TransformTransfer.

Definition at line 180 of file PointTransfer.h.

Constructor & Destructor Documentation

openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::TransformTransfer ( const math::Transform st,
const math::Transform tt 
)
inline

Definition at line 182 of file PointTransfer.h.

Member Function Documentation

const math::Transform& openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::sourceTransform ( ) const
inline

Definition at line 201 of file PointTransfer.h.

const math::Transform& openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::targetTransform ( ) const
inline

Definition at line 202 of file PointTransfer.h.

template<typename T >
auto openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::transformSourceToTarget ( const T &  value) const
inline

Definition at line 188 of file PointTransfer.h.

template<typename T >
auto openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::transformTargetToSource ( const T &  value) const
inline

Definition at line 195 of file PointTransfer.h.


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