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>
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.
◆ TransformTransfer()
◆ sourceTransform()
◆ targetTransform()
◆ transformSourceToTarget()
template<typename T>
| auto transformSourceToTarget |
( |
const T & | value | ) |
const |
|
inline |
◆ transformTargetToSource()
template<typename T>
| auto transformTargetToSource |
( |
const T & | value | ) |
const |
|
inline |