Functor for use with tools::foreach() to compute the boolean intersection between the value masks of corresponding leaf nodes in two trees.  
 More...
#include <openvdb/util/Util.h>
template<class TreeType1, class TreeType2>
class openvdb::v13_0::util::LeafTopologyIntOp< TreeType1, TreeType2 >
Functor for use with tools::foreach() to compute the boolean intersection between the value masks of corresponding leaf nodes in two trees. 
 
  
  
      
        
          | void operator()  | 
          ( | 
          const typename TreeType1::LeafIter &  | 
          lIter | ) | 
           const | 
         
       
   | 
  
inline   |