OpenVDB
5.0.0
|
Compute scalar grid from PointDataGrid using a different transform and while evaluating the point filter. More...
#include <PointMask.h>
Public Types | |
using | LeafManagerT = tree::LeafManager< const typename PointDataGridT::TreeType > |
using | ValueType = typename GridT::TreeType::LeafNodeType::ValueType |
using | HandleT = AttributeHandle< Vec3f > |
using | CombinableT = typename GridCombinerOp< GridT >::CombinableT |
Public Member Functions | |
PointsToTransformedScalarOp (const math::Transform &newTransform, const math::Transform &transform, const FilterT &filter, CombinableT &combinable) | |
void | operator() (const typename LeafManagerT::LeafRange &range) 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 LeafManagerT = tree::LeafManager<const typename PointDataGridT::TreeType> |
using ValueType = typename GridT::TreeType::LeafNodeType::ValueType |
|
inline |
|
inline |