OpenVDB
5.2.0
|
Compute scalar grid from PointDataGrid using a different transform and while evaluating the point filter. More...
#include <PointMask.h>
Public Types | |
using | PointDataLeafT = typename PointDataGridT::TreeType::LeafNodeType |
using | ValueT = typename GridT::TreeType::ValueType |
using | HandleT = AttributeHandle< Vec3f > |
using | CombinableT = typename GridCombinerOp< GridT >::CombinableT |
Public Member Functions | |
PointsToTransformedScalarOp (const math::Transform &targetTransform, const math::Transform &sourceTransform, const FilterT &filter, const DeformerT &deformer, CombinableT &combinable) | |
void | operator() (const PointDataLeafT &leaf, size_t idx) const |
Compute scalar grid from PointDataGrid using a different transform and while evaluating the point filter.
using CombinableT = typename GridCombinerOp<GridT>::CombinableT |
using HandleT = AttributeHandle<Vec3f> |
using PointDataLeafT = typename PointDataGridT::TreeType::LeafNodeType |
using ValueT = typename GridT::TreeType::ValueType |
|
inline |
|
inline |