#include <traversal_node_bvh_shape.h>
Public Member Functions | |
FCL_REAL | BVTesting (int b1, int b2) const |
BV culling test in one BVTT node. | |
void | leafTesting (int b1, int b2) const |
Distance testing between leaves (one triangle and one shape) | |
MeshShapeDistanceTraversalNodekIOS () | |
void | postprocess () |
void | preprocess () |
Definition at line 851 of file traversal_node_bvh_shape.h.
fcl::MeshShapeDistanceTraversalNodekIOS< S, NarrowPhaseSolver >::MeshShapeDistanceTraversalNodekIOS | ( | ) | [inline] |
Definition at line 854 of file traversal_node_bvh_shape.h.
FCL_REAL fcl::MeshShapeDistanceTraversalNodekIOS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHShapeDistanceTraversalNode< kIOS, S >.
Definition at line 868 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeDistanceTraversalNodekIOS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Distance testing between leaves (one triangle and one shape)
Reimplemented from fcl::MeshShapeDistanceTraversalNode< kIOS, S, NarrowPhaseSolver >.
Definition at line 874 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeDistanceTraversalNodekIOS< S, NarrowPhaseSolver >::postprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 864 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeDistanceTraversalNodekIOS< S, NarrowPhaseSolver >::preprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 858 of file traversal_node_bvh_shape.h.