Helper class to adapt a three-argument (a, b, result) CombineOp functor into a single-argument functor that accepts a CombineArgs struct.
More...
#include <openvdb/tree/Tree.h>
template<typename AValueT, typename CombineOp, typename BValueT = AValueT>
struct openvdb::v8_2::tree::CombineOpAdapter< AValueT, CombineOp, BValueT >
Helper class to adapt a three-argument (a, b, result) CombineOp functor into a single-argument functor that accepts a CombineArgs struct.
◆ CombineOpAdapter()
◆ operator()()
void operator() |
( |
CombineArgs< AValueT, BValueT > & |
args | ) |
const |
|
inline |
◆ op