#include <hpp/fcl/traversal/traversal_node_bvh_shape.h>
Public Member Functions | |
ShapeMeshConservativeAdvancementTraversalNode (FCL_REAL w_=1) | |
FCL_REAL | BVTesting (int b1, int b2) const |
BV culling test in one BVTT node. More... | |
void | leafTesting (int b1, int b2) const |
Conservative advancement testing between leaves (one triangle and one shape) More... | |
bool | canStop (FCL_REAL c) const |
Whether the traversal process can stop early. More... | |
![]() | |
ShapeMeshDistanceTraversalNode () | |
![]() | |
ShapeBVHDistanceTraversalNode () | |
bool | isSecondNodeLeaf (int b) const |
Whether the BV node in the second BVH tree is leaf. More... | |
int | getSecondLeftChild (int b) const |
Obtain the left child of BV node in the second BVH. More... | |
int | getSecondRightChild (int b) const |
Obtain the right child of BV node in the second BVH. More... | |
![]() | |
DistanceTraversalNodeBase () | |
virtual | ~DistanceTraversalNodeBase () |
void | enableStatistics (bool enable) |
Whether store some statistics information during traversal. More... | |
![]() | |
virtual | ~TraversalNodeBase () |
virtual void | preprocess () |
virtual void | postprocess () |
virtual bool | isFirstNodeLeaf (int b) const |
Whether b is a leaf node in the first BVH tree. More... | |
virtual bool | firstOverSecond (int b1, int b2) const |
Traverse the subtree of the node in the first tree first. More... | |
virtual int | getFirstLeftChild (int b) const |
Get the left child of the node b in the first tree. More... | |
virtual int | getFirstRightChild (int b) const |
Get the right child of the node b in the first tree. More... | |
Public Attributes | |
FCL_REAL | min_distance |
Vec3f | closest_p1 |
Vec3f | closest_p2 |
int | last_tri_id |
FCL_REAL | w |
CA controlling variable: early stop for the early iterations of CA. More... | |
FCL_REAL | toc |
The time from beginning point. More... | |
FCL_REAL | t_err |
FCL_REAL | delta_t |
The delta_t each step. More... | |
const MotionBase * | motion1 |
Motions for the two objects in query. More... | |
const MotionBase * | motion2 |
std::vector < ConservativeAdvancementStackData > | stack |
![]() | |
Vec3f * | vertices |
Triangle * | tri_indices |
FCL_REAL | rel_err |
FCL_REAL | abs_err |
const NarrowPhaseSolver * | nsolver |
![]() | |
const S * | model1 |
const BVHModel< BV > * | model2 |
BV | model1_bv |
int | num_bv_tests |
int | num_leaf_tests |
FCL_REAL | query_time_seconds |
![]() | |
DistanceRequest | request |
request setting for distance More... | |
DistanceResult * | result |
distance result kept during the traversal iteration More... | |
bool | enable_statistics |
Whether stores statistics. More... | |
![]() | |
Transform3f | tf1 |
configuation of first object More... | |
Transform3f | tf2 |
configuration of second object More... | |
|
inline |
|
inlinevirtual |
BV culling test in one BVTT node.
Reimplemented from fcl::ShapeBVHDistanceTraversalNode< S, BV >.
|
inlinevirtual |
Whether the traversal process can stop early.
Reimplemented from fcl::ShapeMeshDistanceTraversalNode< S, BV, NarrowPhaseSolver >.
|
inlinevirtual |
Conservative advancement testing between leaves (one triangle and one shape)
Reimplemented from fcl::ShapeMeshDistanceTraversalNode< S, BV, NarrowPhaseSolver >.
|
mutable |
|
mutable |
|
mutable |
The delta_t each step.
Referenced by fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::canStop(), fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::leafTesting(), and fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::ShapeMeshConservativeAdvancementTraversalNode().
|
mutable |
|
mutable |
const MotionBase* fcl::ShapeMeshConservativeAdvancementTraversalNode< S, BV, NarrowPhaseSolver >::motion1 |
Motions for the two objects in query.
Referenced by fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::canStop(), fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::leafTesting(), and fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::ShapeMeshConservativeAdvancementTraversalNode().
const MotionBase* fcl::ShapeMeshConservativeAdvancementTraversalNode< S, BV, NarrowPhaseSolver >::motion2 |
Referenced by fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::canStop(), fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::leafTesting(), and fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::ShapeMeshConservativeAdvancementTraversalNode().
|
mutable |
FCL_REAL fcl::ShapeMeshConservativeAdvancementTraversalNode< S, BV, NarrowPhaseSolver >::t_err |
FCL_REAL fcl::ShapeMeshConservativeAdvancementTraversalNode< S, BV, NarrowPhaseSolver >::toc |
The time from beginning point.
Referenced by fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::ShapeMeshConservativeAdvancementTraversalNode().
FCL_REAL fcl::ShapeMeshConservativeAdvancementTraversalNode< S, BV, NarrowPhaseSolver >::w |
CA controlling variable: early stop for the early iterations of CA.
Referenced by fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::canStop(), fcl::initialize(), and fcl::ShapeMeshConservativeAdvancementTraversalNode< S, OBBRSS, NarrowPhaseSolver >::ShapeMeshConservativeAdvancementTraversalNode().