Traversal node for distance between mesh and shape, when mesh BVH is one of the oriented node (RSS, OBBRSS, kIOS) More...
#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) | |
MeshShapeDistanceTraversalNodeRSS () | |
void | postprocess () |
void | preprocess () |
Traversal node for distance between mesh and shape, when mesh BVH is one of the oriented node (RSS, OBBRSS, kIOS)
Definition at line 819 of file traversal_node_bvh_shape.h.
fcl::MeshShapeDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::MeshShapeDistanceTraversalNodeRSS | ( | ) | [inline] |
Definition at line 822 of file traversal_node_bvh_shape.h.
FCL_REAL fcl::MeshShapeDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHShapeDistanceTraversalNode< RSS, S >.
Definition at line 836 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Distance testing between leaves (one triangle and one shape)
Reimplemented from fcl::MeshShapeDistanceTraversalNode< RSS, S, NarrowPhaseSolver >.
Definition at line 842 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::postprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 832 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeDistanceTraversalNodeRSS< S, NarrowPhaseSolver >::preprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 826 of file traversal_node_bvh_shape.h.