OpenVDB 12.0.0
|
#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/openvdb/openvdb/Types.h>
Public Member Functions | |
SwappedCombineOp (CombineOp &_op) | |
void | operator() (CombineArgs< ValueType > &args) |
Public Attributes | |
CombineOp & | op |
This struct adapts a "grid combiner" functor to swap the A and B grid values (e.g., so that if the original functor computes a + 2 * b, the adapted functor will compute b + 2 * a).
|
inline |
|
inline |
CombineOp& op |