38 #ifndef FCL_TRAVERSAL_OCTREE_OCTREEMESHDISTANCETRAVERSALNODE_INL_H 39 #define FCL_TRAVERSAL_OCTREE_OCTREEMESHDISTANCETRAVERSALNODE_INL_H 41 #include "fcl/narrowphase/detail/traversal/octree/distance/octree_mesh_distance_traversal_node.h" 50 template <
typename BV,
typename NarrowPhaseSolver>
51 OcTreeMeshDistanceTraversalNode<BV, NarrowPhaseSolver>::
52 OcTreeMeshDistanceTraversalNode()
61 template <
typename BV,
typename NarrowPhaseSolver>
69 template <
typename BV,
typename NarrowPhaseSolver>
73 otsolver->OcTreeMeshDistance(
74 model1, model2, this->tf1, this->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;
void leafTesting(int, int) const
Leaf test between node b1 and b2, if they are both leafs.
Definition: octree_mesh_distance_traversal_node-inl.h:71
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
distance result
Definition: distance_request.h:48
Transform3< BV::S > tf2
configuration of second object
Definition: traversal_node_base.h:88
Algorithms for collision related with octree.
Definition: octree_solver.h:59
Traversal node for octree-mesh distance.
Definition: octree_mesh_distance_traversal_node.h:59
DistanceRequest< BV::S > request
request setting for distance
Definition: distance_traversal_node_base.h:73
S BVTesting(int, int) const
BV test between b1 and b2.
Definition: octree_mesh_distance_traversal_node-inl.h:63
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