coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
hierarchy_tree-inl.h File Reference
Include dependency graph for hierarchy_tree-inl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  coal::detail::UpdateImpl< S, BV >
 
struct  coal::detail::SelectImpl< S, BV >
 
struct  coal::detail::SelectImpl< S, AABB >
 

Namespaces

 coal
 Main namespace.
 
 coal::detail
 

Functions

template<typename BV >
bool coal::detail::nodeBaseLess (NodeBase< BV > *a, NodeBase< BV > *b, int d)
 Compare two nodes accoording to the d-th dimension of node center. More...
 
template<typename BV >
size_t coal::detail::select (const NodeBase< BV > &query, const NodeBase< BV > &node1, const NodeBase< BV > &node2)
 select from node1 and node2 which is close to a given query. 0 for node1 and 1 for node2 More...
 
template<typename BV >
size_t coal::detail::select (const BV &query, const NodeBase< BV > &node1, const NodeBase< BV > &node2)
 select from node1 and node2 which is close to a given query bounding volume. 0 for node1 and 1 for node2 More...