Front list acceleration for collision Front list is a set of internal and leaf nodes in the BVTT hierarchy, where the traversal terminates while performing a query during a given time instance. The front list reflects the subset of a BVTT that is traversed for that particular proximity query.  
 More...
#include <coal/BVH/BVH_front.h>
 | 
| unsigned int  | left | 
|   | The nodes to start in the future, i.e. the wave front of the traversal tree.  
  | 
|   | 
| unsigned int  | right | 
|   | 
| bool  | valid | 
|   | The front node is not valid when collision is detected on the front node.  
  | 
|   | 
Front list acceleration for collision Front list is a set of internal and leaf nodes in the BVTT hierarchy, where the traversal terminates while performing a query during a given time instance. The front list reflects the subset of a BVTT that is traversed for that particular proximity query. 
 
◆ BVHFrontNode()
  
  
      
        
          | coal::BVHFrontNode::BVHFrontNode  | 
          ( | 
          unsigned int  | 
          left_,  | 
         
        
           | 
           | 
          unsigned int  | 
          right_  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ left
      
        
          | unsigned int coal::BVHFrontNode::left | 
        
      
 
The nodes to start in the future, i.e. the wave front of the traversal tree. 
 
 
◆ right
      
        
          | unsigned int coal::BVHFrontNode::right | 
        
      
 
 
◆ valid
      
        
          | bool coal::BVHFrontNode::valid | 
        
      
 
The front node is not valid when collision is detected on the front node. 
 
 
The documentation for this struct was generated from the following file: