#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 () |
ShapeMeshDistanceTraversalNodeOBBRSS () |
Definition at line 1034 of file traversal_node_bvh_shape.h.
fcl::ShapeMeshDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::ShapeMeshDistanceTraversalNodeOBBRSS | ( | ) | [inline] |
Definition at line 1037 of file traversal_node_bvh_shape.h.
FCL_REAL fcl::ShapeMeshDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::ShapeBVHDistanceTraversalNode< S, OBBRSS >.
Definition at line 1051 of file traversal_node_bvh_shape.h.
void fcl::ShapeMeshDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Distance testing between leaves (one shape and one triangle)
Reimplemented from fcl::ShapeMeshDistanceTraversalNode< S, OBBRSS, NarrowPhaseSolver >.
Definition at line 1057 of file traversal_node_bvh_shape.h.
void fcl::ShapeMeshDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::postprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 1047 of file traversal_node_bvh_shape.h.
void fcl::ShapeMeshDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::preprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 1041 of file traversal_node_bvh_shape.h.