#include <traversal_node_bvh_shape.h>
Public Member Functions | |
bool | BVTesting (int b1, int b2) const |
BV culling test in one BVTT node. | |
void | leafTesting (int b1, int b2) const |
Intersection testing between leaves (one shape and one triangle) | |
ShapeMeshCollisionTraversalNodekIOS () |
Definition at line 558 of file traversal_node_bvh_shape.h.
fcl::ShapeMeshCollisionTraversalNodekIOS< S, NarrowPhaseSolver >::ShapeMeshCollisionTraversalNodekIOS | ( | ) | [inline] |
Definition at line 561 of file traversal_node_bvh_shape.h.
bool fcl::ShapeMeshCollisionTraversalNodekIOS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::ShapeBVHCollisionTraversalNode< S, kIOS >.
Definition at line 565 of file traversal_node_bvh_shape.h.
void fcl::ShapeMeshCollisionTraversalNodekIOS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Intersection testing between leaves (one shape and one triangle)
Reimplemented from fcl::ShapeMeshCollisionTraversalNode< S, kIOS, NarrowPhaseSolver >.
Definition at line 571 of file traversal_node_bvh_shape.h.