38 #ifndef FCL_TRAVERSAL_OCTREE_MESHOCTREEDISTANCETRAVERSALNODE_INL_H 39 #define FCL_TRAVERSAL_OCTREE_MESHOCTREEDISTANCETRAVERSALNODE_INL_H 41 #include "fcl/narrowphase/detail/traversal/octree/distance/mesh_octree_distance_traversal_node.h" 50 template <
typename BV,
typename NarrowPhaseSolver>
51 MeshOcTreeDistanceTraversalNode<BV, NarrowPhaseSolver>::
52 MeshOcTreeDistanceTraversalNode()
61 template <
typename BV,
typename NarrowPhaseSolver>
69 template <
typename BV,
typename NarrowPhaseSolver>
73 otsolver->OcTreeMeshDistance(
74 model2, model1, this->tf2, this->tf1, this->request, *this->result);
78 template <
typename BV,
typename NarrowPhaseSolver>
82 const Transform3<typename BV::S>& tf1,
83 const OcTree<typename BV::S>& model2,
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
distance result
Definition: distance_request.h:48
S BVTesting(int, int) const
BV test between b1 and b2.
Definition: mesh_octree_distance_traversal_node-inl.h:63
Transform3< BV::S > tf2
configuration of second object
Definition: traversal_node_base.h:88
void leafTesting(int, int) const
Leaf test between node b1 and b2, if they are both leafs.
Definition: mesh_octree_distance_traversal_node-inl.h:71
Algorithms for collision related with octree.
Definition: octree_solver.h:59
DistanceRequest< BV::S > request
request setting for distance
Definition: distance_traversal_node_base.h:73
Traversal node for mesh-octree distance.
Definition: mesh_octree_distance_traversal_node.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
DistanceResult< BV::S > * result
distance result kept during the traversal iteration
Definition: distance_traversal_node_base.h:76
Transform3< BV::S > tf1
configuation of first object
Definition: traversal_node_base.h:85
request to the distance computation
Definition: distance_request.h:52