|
tile2d
|
This is the complete list of members for Grid< T, Int >, including all inherited members.
| cleanup() | Grid< T, Int > | inline |
| contains(const Int &min, const Int &max, const Int &point) (defined in Grid< T, Int >) | Grid< T, Int > | inlineprotected |
| contains(const ivec2 &min, const ivec2 &max, const ivec2 &point) (defined in Grid< T, Int >) | Grid< T, Int > | inlineprotected |
| erase(uint16_t idx) | Grid< T, Int > | inline |
| getCellCoords(const vec2 &coords) const (defined in Grid< T, Int >) | Grid< T, Int > | inlineprotected |
| Grid(Float cellSize=(Float) tcW) | Grid< T, Int > | inline |
| GridMap typedef (defined in Grid< T, Int >) | Grid< T, Int > | |
| gridMap() | Grid< T, Int > | inline |
| insert(const AABB< Float > &aabb, const T &data) | Grid< T, Int > | inline |
| m_cells (defined in Grid< T, Int >) | Grid< T, Int > | protected |
| m_cellSize (defined in Grid< T, Int >) | Grid< T, Int > | protected |
| m_elementList (defined in Grid< T, Int >) | Grid< T, Int > | protected |
| m_invCellSize (defined in Grid< T, Int >) | Grid< T, Int > | protected |
| m_possiblyEmptyCells (defined in Grid< T, Int >) | Grid< T, Int > | protected |
| queryIntersects(const AABB< Float > &area, Callback &&clbk) const (defined in Grid< T, Int >) | Grid< T, Int > | inline |
| relocate(uint16_t idx, const AABB< Float > &newAABB) | Grid< T, Int > | inline |