OpenVDB  0.104.0
Public Member Functions | Public Attributes | List of all members
CombineOpAdapter< ValueT, CombineOp > Struct Template Reference

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>

Public Member Functions

 CombineOpAdapter (CombineOp &op)
 
void operator() (CombineArgs< ValueT > &args) const
 

Public Attributes

CombineOp & op
 

Detailed Description

template<typename ValueT, typename CombineOp>
struct openvdb::v0_104_0::tree::CombineOpAdapter< ValueT, CombineOp >

Helper class to adapt a three-argument (a, b, result) CombineOp functor into a single-argument functor that accepts a CombineArgs struct.

Constructor & Destructor Documentation

CombineOpAdapter ( CombineOp &  op)
inline

Member Function Documentation

void operator() ( CombineArgs< ValueT > &  args) const
inline

Member Data Documentation

CombineOp& op

The documentation for this struct was generated from the following file: