38 #ifndef HPP_FCL_BVH_FRONT_H 39 #define HPP_FCL_BVH_FRONT_H 43 #include <hpp/fcl/config.hh> 63 : left(left_), right(right_), valid(true) {}
72 if (front_list) front_list->push_back(
BVHFrontNode(b1, b2));
Front list acceleration for collision Front list is a set of internal and leaf nodes in the BVTT hier...
void updateFrontList(BVHFrontList *front_list, unsigned int b1, unsigned int b2)
Add new front node into the front list.
std::list< BVHFrontNode > BVHFrontList
BVH front list is a list of front nodes.
BVHFrontNode(unsigned int left_, unsigned int right_)
bool valid
The front node is not valid when collision is detected on the front node.