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>
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.
const math::Transform& openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::sourceTransform |
( |
| ) |
const |
|
inline |
const math::Transform& openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::targetTransform |
( |
| ) |
const |
|
inline |
template<typename T >
auto openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::transformSourceToTarget |
( |
const T & |
value | ) |
const |
|
inline |
template<typename T >
auto openvdb::OPENVDB_VERSION_NAME::points::TransformTransfer::transformTargetToSource |
( |
const T & |
value | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: