Spatial hash function: hash an AABB to a set of integer values. More...
#include <spatial_hash.h>
Public Types | |
| using | S = S_ |
Public Member Functions | |
| std::vector< unsigned int > | operator() (const AABB< S > &aabb) const |
| SpatialHash (const AABB< S > &scene_limit_, S cell_size_) | |
Private Attributes | |
| S | cell_size |
| AABB< S > | scene_limit |
| unsigned int | width [3] |
Spatial hash function: hash an AABB to a set of integer values.
Definition at line 51 of file spatial_hash.h.
| using fcl::detail::SpatialHash< S_ >::S = S_ |
Definition at line 53 of file spatial_hash.h.
| fcl::detail::SpatialHash< S >::SpatialHash | ( | const AABB< S > & | scene_limit_, |
| S | cell_size_ | ||
| ) |
Definition at line 52 of file spatial_hash-inl.h.
| std::vector< unsigned int > fcl::detail::SpatialHash< S >::operator() | ( | const AABB< S > & | aabb | ) | const |
Definition at line 62 of file spatial_hash-inl.h.
|
private |
Definition at line 61 of file spatial_hash.h.
|
private |
Definition at line 62 of file spatial_hash.h.
|
private |
Definition at line 63 of file spatial_hash.h.