38 #ifndef FCL_TRAVERSAL_OCTREE_SHAPEOCTREECOLLISIONTRAVERSALNODE_INL_H 39 #define FCL_TRAVERSAL_OCTREE_SHAPEOCTREECOLLISIONTRAVERSALNODE_INL_H 41 #include "fcl/narrowphase/detail/traversal/octree/collision/shape_octree_collision_traversal_node.h" 50 template <
typename Shape,
typename NarrowPhaseSolver>
51 ShapeOcTreeCollisionTraversalNode<Shape, NarrowPhaseSolver>::
52 ShapeOcTreeCollisionTraversalNode()
61 template <
typename Shape,
typename NarrowPhaseSolver>
69 template <
typename Shape,
typename NarrowPhaseSolver>
73 otsolver->OcTreeShapeIntersect(
74 model2, *model1, tf2, tf1, this->request, *this->result);
78 template <
typename Shape,
typename NarrowPhaseSolver>
82 const Transform3<typename Shape::S>& tf1,
83 const OcTree<typename Shape::S>& model2,
84 const Transform3<typename Shape::S>& tf2,
92 node.model1 = &model1;
93 node.model2 = &model2;
95 node.otsolver = otsolver;
void leafTesting(int, int) const
Leaf test between node b1 and b2, if they are both leafs.
Definition: shape_octree_collision_traversal_node-inl.h:71
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
collision result
Definition: collision_request.h:48
CollisionRequest< Shape::S > request
request setting for collision
Definition: collision_traversal_node_base.h:72
bool BVTesting(int, int) const
BV test between b1 and b2.
Definition: shape_octree_collision_traversal_node-inl.h:63
request to the collision algorithm
Definition: collision_request.h:52
Traversal node for shape-octree collision.
Definition: shape_octree_collision_traversal_node.h:59
Algorithms for collision related with octree.
Definition: octree_solver.h:59
CollisionResult< Shape::S > * result
collision result kept during the traversal iteration
Definition: collision_traversal_node_base.h:75