#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 shape and one triangle) | |
void | postprocess () |
void | preprocess () |
ShapeMeshDistanceTraversalNodeRSS () |
Definition at line 970 of file traversal_node_bvh_shape.h.
fcl::ShapeMeshDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::ShapeMeshDistanceTraversalNodeRSS | ( | ) | [inline] |
Definition at line 973 of file traversal_node_bvh_shape.h.
FCL_REAL fcl::ShapeMeshDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::ShapeBVHDistanceTraversalNode< S, RSS >.
Definition at line 987 of file traversal_node_bvh_shape.h.
void fcl::ShapeMeshDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Distance testing between leaves (one shape and one triangle)
Reimplemented from fcl::ShapeMeshDistanceTraversalNode< S, RSS, NarrowPhaseSolver >.
Definition at line 993 of file traversal_node_bvh_shape.h.
void fcl::ShapeMeshDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::postprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 983 of file traversal_node_bvh_shape.h.
void fcl::ShapeMeshDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::preprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 977 of file traversal_node_bvh_shape.h.