Collision Checker
container_grid.h
Go to the documentation of this file.
1 #ifndef CPP_COLLISION_INCLUDE_COLLISION_ACCELERATORS_CONTAINER_GRID_H_
2 #define CPP_COLLISION_INCLUDE_COLLISION_ACCELERATORS_CONTAINER_GRID_H_
3 
7 
8 namespace collision {
9 namespace detail {
10 namespace accelerators {
11 
12 template <class DIRECTION>
14 
15 template <class DIRECTION>
16 int windowQuery(ContainerGrid<DIRECTION>& container, AABB& aabb,
17  aligned_vector<int>& candidates);
18 
19 } // namespace accelerators
20 } // namespace detail
21 } // namespace collision
22 
23 #endif /* CPP_COLLISION_INCLUDE_COLLISION_ACCELERATORS_CONTAINER_GRID_H_ */
std::vector< T, boost::alignment::aligned_allocator< T, 16 > > aligned_vector
Definition: declarations.h:9
int windowQuery(ContainerGrid< DIRECTION > &container, AABB &aabb, aligned_vector< int > &candidates)