| 
    OpenVDB
    13.0.0
    
   | 
 
#include <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 | 
 1.8.11