#include <traversal_node_octree.h>
Inheritance diagram for fcl::ShapeOcTreeCollisionTraversalNode< S, NarrowPhaseSolver >:
Public Member Functions | |
| ShapeOcTreeCollisionTraversalNode () | |
| bool | 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 S * | model1 |
| const OcTree * | model2 |
| Transform3f | tf1 |
| configuation of first object | |
| Transform3f | tf2 |
| configuration of second object | |
| const OcTreeSolver< NarrowPhaseSolver > * | otsolver |
Definition at line 900 of file traversal_node_octree.h.