Algorithms for collision related with octree. More...
#include <hpp/fcl/traversal/traversal_node_octree.h>
Public Member Functions | |
OcTreeSolver (const NarrowPhaseSolver *solver_) | |
void | OcTreeIntersect (const OcTree *tree1, const OcTree *tree2, const Transform3f &tf1, const Transform3f &tf2, const CollisionRequest &request_, CollisionResult &result_) const |
collision between two octrees More... | |
void | OcTreeDistance (const OcTree *tree1, const OcTree *tree2, const Transform3f &tf1, const Transform3f &tf2, const DistanceRequest &request_, DistanceResult &result_) const |
distance between two octrees More... | |
template<typename BV > | |
void | OcTreeMeshIntersect (const OcTree *tree1, const BVHModel< BV > *tree2, const Transform3f &tf1, const Transform3f &tf2, const CollisionRequest &request_, CollisionResult &result_) const |
collision between octree and mesh More... | |
template<typename BV > | |
void | OcTreeMeshDistance (const OcTree *tree1, const BVHModel< BV > *tree2, const Transform3f &tf1, const Transform3f &tf2, const DistanceRequest &request_, DistanceResult &result_) const |
distance between octree and mesh More... | |
template<typename BV > | |
void | MeshOcTreeIntersect (const BVHModel< BV > *tree1, const OcTree *tree2, const Transform3f &tf1, const Transform3f &tf2, const CollisionRequest &request_, CollisionResult &result_) const |
collision between mesh and octree More... | |
template<typename BV > | |
void | MeshOcTreeDistance (const BVHModel< BV > *tree1, const OcTree *tree2, const Transform3f &tf1, const Transform3f &tf2, const DistanceRequest &request_, DistanceResult &result_) const |
distance between mesh and octree More... | |
template<typename S > | |
void | OcTreeShapeIntersect (const OcTree *tree, const S &s, const Transform3f &tf1, const Transform3f &tf2, const CollisionRequest &request_, CollisionResult &result_) const |
collision between octree and shape More... | |
template<typename S > | |
void | ShapeOcTreeIntersect (const S &s, const OcTree *tree, const Transform3f &tf1, const Transform3f &tf2, const CollisionRequest &request_, CollisionResult &result_) const |
collision between shape and octree More... | |
template<typename S > | |
void | OcTreeShapeDistance (const OcTree *tree, const S &s, const Transform3f &tf1, const Transform3f &tf2, const DistanceRequest &request_, DistanceResult &result_) const |
distance between octree and shape More... | |
template<typename S > | |
void | ShapeOcTreeDistance (const S &s, const OcTree *tree, const Transform3f &tf1, const Transform3f &tf2, const DistanceRequest &request_, DistanceResult &result_) const |
distance between shape and octree More... | |
Algorithms for collision related with octree.
|
inline |
|
inline |
distance between mesh and octree
References fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
collision between mesh and octree
References fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
distance between two octrees
References fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
collision between two octrees
References fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
distance between octree and mesh
References fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
collision between octree and mesh
References fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
distance between octree and shape
References fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
collision between octree and shape
References fcl::convertBV(), fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
distance between shape and octree
References fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().
|
inline |
collision between shape and octree
References fcl::convertBV(), fcl::OcTree::getRoot(), and fcl::OcTree::getRootBV().