#include <traversal_node_bvhs.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 (two triangles) | |
MeshDistanceTraversalNodekIOS () | |
void | postprocess () |
void | preprocess () |
Public Attributes | |
Matrix3f | R |
Vec3f | T |
Definition at line 628 of file traversal_node_bvhs.h.
Definition at line 374 of file traversal_node_bvhs.cpp.
FCL_REAL fcl::MeshDistanceTraversalNodekIOS::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHDistanceTraversalNode< kIOS >.
Definition at line 389 of file traversal_node_bvhs.cpp.
void fcl::MeshDistanceTraversalNodekIOS::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [virtual] |
Distance testing between leaves (two triangles)
Reimplemented from fcl::MeshDistanceTraversalNode< kIOS >.
Definition at line 395 of file traversal_node_bvhs.cpp.
void fcl::MeshDistanceTraversalNodekIOS::postprocess | ( | ) | [virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 384 of file traversal_node_bvhs.cpp.
void fcl::MeshDistanceTraversalNodekIOS::preprocess | ( | ) | [virtual] |
Reimplemented from fcl::TraversalNodeBase.
Definition at line 379 of file traversal_node_bvhs.cpp.
Definition at line 641 of file traversal_node_bvhs.h.
Definition at line 642 of file traversal_node_bvhs.h.