OpenVDB
12.0.0
|
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 <openvdb/points/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::Transform & | sourceTransform () const |
const math::Transform & | targetTransform () const |
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |