#include <traversal_node_octree.h>
Inheritance diagram for fcl::OcTreeShapeDistanceTraversalNode< S, NarrowPhaseSolver >:
Public Member Functions | |
| OcTreeShapeDistanceTraversalNode () | |
| FCL_REAL | BVTesting (int, int) const |
| BV test between b1 and b2. | |
| void | leafTesting (int, int) const |
| Leaf test between node b1 and b2, if they are both leafs. | |
Public Attributes | |
| const OcTree * | model1 |
| const S * | model2 |
| const OcTreeSolver< NarrowPhaseSolver > * | otsolver |
Definition at line 991 of file traversal_node_octree.h.