#include <hpp/fcl/traversal/traversal_node_bvh_shape.h>
Public Member Functions | |
MeshShapeDistanceTraversalNodeOBBRSS () | |
void | preprocess () |
void | postprocess () |
FCL_REAL | BVTesting (int b1, int) const |
BV culling test in one BVTT node. | |
void | leafTesting (int b1, int b2) const |
Distance testing between leaves (one triangle and one shape) |
fcl::MeshShapeDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::MeshShapeDistanceTraversalNodeOBBRSS | ( | ) | [inline] |
FCL_REAL fcl::MeshShapeDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | |||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHShapeDistanceTraversalNode< OBBRSS, S >.
References fcl::distance(), fcl::BVHShapeDistanceTraversalNode< OBBRSS, S >::model2_bv, and fcl::BVHShapeDistanceTraversalNode< OBBRSS, S >::num_bv_tests.
void fcl::MeshShapeDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | |||
) | const [inline, virtual] |
Distance testing between leaves (one triangle and one shape)
Reimplemented from fcl::MeshShapeDistanceTraversalNode< OBBRSS, S, NarrowPhaseSolver >.
References fcl::DistanceTraversalNodeBase::request.
void fcl::MeshShapeDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::postprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
void fcl::MeshShapeDistanceTraversalNodeOBBRSS< S, NarrowPhaseSolver >::preprocess | ( | ) | [inline, virtual] |
Reimplemented from fcl::TraversalNodeBase.
References fcl::DistanceTraversalNodeBase::request.