this class encapsulates the methods for iterating through two hierachical BV trees and finding the smallest distance between any triangle in the trees.  
 More...
#include <TreeDistanceCalc.hpp>
this class encapsulates the methods for iterating through two hierachical BV trees and finding the smallest distance between any triangle in the trees. 
 
◆ distance()
- Parameters
 - 
  
    | fTA | [in] transform from reference frame f to tree treeA root.  | 
    | A | [in]  | 
    | fTB | [in] transform from reference frame f to tree treeB root.  | 
    | B | [in]  | 
  
   
 
 
◆ getMemUsage()
  
  
      
        
          | virtual int getMemUsage  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
returns the amount of heap memmory used by the tree distance calculator. 
- Returns
 - nr of bytes used 
 
 
 
The documentation for this class was generated from the following file: