Public Member Functions | Public Attributes | List of all members
coal::BVHFrontNode Struct Reference

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 <BVH_front.h>

Public Member Functions

 BVHFrontNode (unsigned int left_, unsigned int right_)
 

Public Attributes

unsigned int left
 The nodes to start in the future, i.e. the wave front of the traversal tree. More...
 
unsigned int right
 
bool valid
 The front node is not valid when collision is detected on the front node. More...
 

Detailed Description

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.

Definition at line 52 of file coal/BVH/BVH_front.h.

Constructor & Destructor Documentation

◆ BVHFrontNode()

coal::BVHFrontNode::BVHFrontNode ( unsigned int  left_,
unsigned int  right_ 
)
inline

Definition at line 61 of file coal/BVH/BVH_front.h.

Member Data Documentation

◆ left

unsigned int coal::BVHFrontNode::left

The nodes to start in the future, i.e. the wave front of the traversal tree.

Definition at line 55 of file coal/BVH/BVH_front.h.

◆ right

unsigned int coal::BVHFrontNode::right

Definition at line 55 of file coal/BVH/BVH_front.h.

◆ valid

bool coal::BVHFrontNode::valid

The front node is not valid when collision is detected on the front node.

Definition at line 59 of file coal/BVH/BVH_front.h.


The documentation for this struct was generated from the following file:


hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:45:00