All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fcl::MeshShapeConservativeAdvancementTraversalNodeRSS< S, NarrowPhaseSolver > Class Template Reference

#include <hpp/fcl/traversal/traversal_node_bvh_shape.h>

Inheritance diagram for fcl::MeshShapeConservativeAdvancementTraversalNodeRSS< S, NarrowPhaseSolver >:
Collaboration diagram for fcl::MeshShapeConservativeAdvancementTraversalNodeRSS< S, NarrowPhaseSolver >:

Public Member Functions

 MeshShapeConservativeAdvancementTraversalNodeRSS (FCL_REAL w_=1)
 
FCL_REAL BVTesting (int b1, int b2) const
 BV test between b1 and b2. More...
 
void leafTesting (int b1, int b2) const
 Leaf test between node b1 and b2, if they are both leafs. More...
 
bool canStop (FCL_REAL c) const
 Check whether the traversal can stop. More...
 
- Public Member Functions inherited from fcl::MeshShapeConservativeAdvancementTraversalNode< RSS, S, NarrowPhaseSolver >
 MeshShapeConservativeAdvancementTraversalNode (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...
 
- Public Member Functions inherited from fcl::MeshShapeDistanceTraversalNode< RSS, S, NarrowPhaseSolver >
 MeshShapeDistanceTraversalNode ()
 
- Public Member Functions inherited from fcl::BVHShapeDistanceTraversalNode< RSS, S >
 BVHShapeDistanceTraversalNode ()
 
bool isFirstNodeLeaf (int b) const
 Whether the BV node in the first BVH tree is leaf. More...
 
int getFirstLeftChild (int b) const
 Obtain the left child of BV node in the first BVH. More...
 
int getFirstRightChild (int b) const
 Obtain the right child of BV node in the first BVH. More...
 
- Public Member Functions inherited from fcl::DistanceTraversalNodeBase
 DistanceTraversalNodeBase ()
 
virtual ~DistanceTraversalNodeBase ()
 
void enableStatistics (bool enable)
 Whether store some statistics information during traversal. More...
 
- Public Member Functions inherited from fcl::TraversalNodeBase
virtual ~TraversalNodeBase ()
 
virtual void preprocess ()
 
virtual void postprocess ()
 
virtual bool isSecondNodeLeaf (int b) const
 Whether b is a leaf node in the second 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 getSecondLeftChild (int b) const
 Get the left child of the node b in the second tree. More...
 
virtual int getSecondRightChild (int b) const
 Get the right child of the node b in the second tree. More...
 

Additional Inherited Members

- Public Attributes inherited from fcl::MeshShapeConservativeAdvancementTraversalNode< RSS, S, NarrowPhaseSolver >
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 MotionBasemotion1
 Motions for the two objects in query. More...
 
const MotionBasemotion2
 
std::vector
< ConservativeAdvancementStackData
stack
 
- Public Attributes inherited from fcl::MeshShapeDistanceTraversalNode< RSS, S, NarrowPhaseSolver >
Vec3fvertices
 
Triangletri_indices
 
FCL_REAL rel_err
 
FCL_REAL abs_err
 
const NarrowPhaseSolver * nsolver
 
- Public Attributes inherited from fcl::BVHShapeDistanceTraversalNode< RSS, S >
const BVHModel< RSS > * model1
 
const S * model2
 
RSS model2_bv
 
int num_bv_tests
 
int num_leaf_tests
 
FCL_REAL query_time_seconds
 
- Public Attributes inherited from fcl::DistanceTraversalNodeBase
DistanceRequest request
 request setting for distance More...
 
DistanceResultresult
 distance result kept during the traversal iteration More...
 
bool enable_statistics
 Whether stores statistics. More...
 
- Public Attributes inherited from fcl::TraversalNodeBase
Transform3f tf1
 configuation of first object More...
 
Transform3f tf2
 configuration of second object More...
 

Constructor & Destructor Documentation

template<typename S, typename NarrowPhaseSolver>
fcl::MeshShapeConservativeAdvancementTraversalNodeRSS< S, NarrowPhaseSolver >::MeshShapeConservativeAdvancementTraversalNodeRSS ( FCL_REAL  w_ = 1)
inline

Member Function Documentation