OpenVDB
12.0.0
|
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>
Public Member Functions | |
CombineOpAdapter (CombineOp &_op) | |
void | operator() (CombineArgs< AValueT, BValueT > &args) const |
Public Attributes | |
CombineOp & | op |
Helper class to adapt a three-argument (a, b, result) CombineOp functor into a single-argument functor that accepts a CombineArgs struct.
|
inline |
|
inline |
CombineOp& op |