|
hpp-fcl
1.6.0
HPP fork of FCL -- The Flexible Collision Library
|
Go to the documentation of this file.
38 #ifndef HPP_FCL_BVH_FRONT_H
39 #define HPP_FCL_BVH_FRONT_H
44 #include <hpp/fcl/config.hh>
76 if(front_list) front_list->push_back(
BVHFrontNode(b1, b2));
std::list< BVHFrontNode > BVHFrontList
BVH front list is a list of front nodes.
Definition: BVH_front.h:71
void updateFrontList(BVHFrontList *front_list, int b1, int b2)
Add new front node into the front list.
Definition: BVH_front.h:74
bool valid
The front node is not valid when collision is detected on the front node.
Definition: BVH_front.h:61
Main namespace.
Definition: AABB.h:44
Front list acceleration for collision Front list is a set of internal and leaf nodes in the BVTT hier...
Definition: BVH_front.h:56
BVHFrontNode(int left_, int right_)
Definition: BVH_front.h:63
int right
Definition: BVH_front.h:58