Classes | Namespaces | Functions
shape_mesh_collision_traversal_node.h File Reference
#include "fcl/geometry/shape/utility.h"
#include "fcl/narrowphase/detail/traversal/collision/shape_bvh_collision_traversal_node.h"
#include "fcl/narrowphase/detail/traversal/collision/shape_mesh_collision_traversal_node-inl.h"
Include dependency graph for shape_mesh_collision_traversal_node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fcl::detail::ShapeMeshCollisionTraversalNode< Shape, BV, NarrowPhaseSolver >
 Traversal node for collision between shape and mesh. More...
 
class  fcl::detail::ShapeMeshCollisionTraversalNodekIOS< Shape, NarrowPhaseSolver >
 
class  fcl::detail::ShapeMeshCollisionTraversalNodeOBB< Shape, NarrowPhaseSolver >
 Traversal node for shape and mesh, when mesh BVH is one of the oriented node (OBB, RSS, OBBRSS, kIOS) More...
 
class  fcl::detail::ShapeMeshCollisionTraversalNodeOBBRSS< Shape, NarrowPhaseSolver >
 
class  fcl::detail::ShapeMeshCollisionTraversalNodeRSS< Shape, NarrowPhaseSolver >
 

Namespaces

 fcl
 Main namespace.
 
 fcl::detail
 

Functions

template<typename Shape , typename BV , typename NarrowPhaseSolver >
FCL_EXPORT bool fcl::detail::initialize (ShapeMeshCollisionTraversalNode< Shape, BV, NarrowPhaseSolver > &node, const Shape &model1, const Transform3< typename BV::S > &tf1, BVHModel< BV > &model2, Transform3< typename BV::S > &tf2, const NarrowPhaseSolver *nsolver, const CollisionRequest< typename BV::S > &request, CollisionResult< typename BV::S > &result, bool use_refit=false, bool refit_bottomup=false)
 Initialize traversal node for collision between one mesh and one shape, given current object transform. More...
 
template<typename Shape , typename NarrowPhaseSolver >
FCL_EXPORT bool fcl::detail::initialize (ShapeMeshCollisionTraversalNodekIOS< Shape, NarrowPhaseSolver > &node, const Shape &model1, const Transform3< typename Shape::S > &tf1, const BVHModel< kIOS< typename Shape::S >> &model2, const Transform3< typename Shape::S > &tf2, const NarrowPhaseSolver *nsolver, const CollisionRequest< typename Shape::S > &request, CollisionResult< typename Shape::S > &result)
 Initialize the traversal node for collision between one mesh and one shape, specialized for kIOS type. More...
 
template<typename Shape , typename NarrowPhaseSolver >
FCL_EXPORT bool fcl::detail::initialize (ShapeMeshCollisionTraversalNodeOBB< Shape, NarrowPhaseSolver > &node, const Shape &model1, const Transform3< typename Shape::S > &tf1, const BVHModel< OBB< typename Shape::S >> &model2, const Transform3< typename Shape::S > &tf2, const NarrowPhaseSolver *nsolver, const CollisionRequest< typename Shape::S > &request, CollisionResult< typename Shape::S > &result)
 Initialize the traversal node for collision between one mesh and one shape, specialized for OBB type. More...
 
template<typename Shape , typename NarrowPhaseSolver >
FCL_EXPORT bool fcl::detail::initialize (ShapeMeshCollisionTraversalNodeOBBRSS< Shape, NarrowPhaseSolver > &node, const Shape &model1, const Transform3< typename Shape::S > &tf1, const BVHModel< OBBRSS< typename Shape::S >> &model2, const Transform3< typename Shape::S > &tf2, const NarrowPhaseSolver *nsolver, const CollisionRequest< typename Shape::S > &request, CollisionResult< typename Shape::S > &result)
 Initialize the traversal node for collision between one mesh and one shape, specialized for OBBRSS type. More...
 
template<typename Shape , typename NarrowPhaseSolver >
FCL_EXPORT bool fcl::detail::initialize (ShapeMeshCollisionTraversalNodeRSS< Shape, NarrowPhaseSolver > &node, const Shape &model1, const Transform3< typename Shape::S > &tf1, const BVHModel< RSS< typename Shape::S >> &model2, const Transform3< typename Shape::S > &tf2, const NarrowPhaseSolver *nsolver, const CollisionRequest< typename Shape::S > &request, CollisionResult< typename Shape::S > &result)
 Initialize the traversal node for collision between one mesh and one shape, specialized for RSS type. More...
 


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:49