Helper class to adapt a three-argument (a, b, result) CombineOp functor into a single-argument functor that accepts a CombineArgs struct.
More...
#include <Tree.h>
template<typename AValueT, typename CombineOp, typename BValueT = AValueT>
struct openvdb::v5_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
The documentation for this struct was generated from the following file: