38 #ifndef FCL_TRAVERSAL_OCTREE_OCTREEMESHCOLLISIONTRAVERSALNODE_INL_H 39 #define FCL_TRAVERSAL_OCTREE_OCTREEMESHCOLLISIONTRAVERSALNODE_INL_H 41 #include "fcl/narrowphase/detail/traversal/octree/collision/octree_mesh_collision_traversal_node.h" 50 template <
typename BV,
typename NarrowPhaseSolver>
51 OcTreeMeshCollisionTraversalNode<BV, NarrowPhaseSolver>::
52 OcTreeMeshCollisionTraversalNode()
61 template <
typename BV,
typename NarrowPhaseSolver>
69 template <
typename BV,
typename NarrowPhaseSolver>
73 otsolver->OcTreeMeshIntersect(
74 model1, model2, tf1, tf2, this->request, *this->result);
78 template <
typename BV,
typename NarrowPhaseSolver>
81 const OcTree<typename BV::S>& model1,
82 const Transform3<typename BV::S>& tf1,
84 const Transform3<typename BV::S>& tf2,
92 node.model1 = &model1;
93 node.model2 = &model2;
95 node.otsolver = otsolver;
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
collision result
Definition: collision_request.h:48
CollisionRequest< BV::S > request
request setting for collision
Definition: collision_traversal_node_base.h:72
request to the collision algorithm
Definition: collision_request.h:52
Algorithms for collision related with octree.
Definition: octree_solver.h:59
A class describing the bounding hierarchy of a mesh model or a point cloud model (which is viewed as ...
Definition: BVH_model.h:57
CollisionResult< BV::S > * result
collision result kept during the traversal iteration
Definition: collision_traversal_node_base.h:75
Traversal node for octree-mesh collision.
Definition: octree_mesh_collision_traversal_node.h:59
bool BVTesting(int, int) const
BV test between b1 and b2.
Definition: octree_mesh_collision_traversal_node-inl.h:63
void leafTesting(int, int) const
Leaf test between node b1 and b2, if they are both leafs.
Definition: octree_mesh_collision_traversal_node-inl.h:71