template<class WORLD_OBJECT_CONTAINER, class GRID_OBJECT_CONTAINER>
class Grid< WORLD_OBJECT_CONTAINER, GRID_OBJECT_CONTAINER >
Definition at line 41 of file Grid.h.
template<class WORLD_OBJECT_CONTAINER , class GRID_OBJECT_CONTAINER >
template<class SPECIFIC_OBJECT >
| void Grid< WORLD_OBJECT_CONTAINER, GRID_OBJECT_CONTAINER >::AddGridObject |
( |
SPECIFIC_OBJECT * |
obj | ) |
|
|
inline |
Inserts a container type object into the grid.
Definition at line 95 of file Grid.h.
template<class WORLD_OBJECT_CONTAINER , class GRID_OBJECT_CONTAINER >
template<class SPECIFIC_OBJECT >
| void Grid< WORLD_OBJECT_CONTAINER, GRID_OBJECT_CONTAINER >::AddWorldObject |
( |
SPECIFIC_OBJECT * |
obj | ) |
|
|
inline |
an object of interested enters the grid
Definition at line 53 of file Grid.h.