ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
Defines the basic space hash. More...
#include <space_hash.h>
Public Member Functions | |
virtual void | Update () |
Updates the entire space hash. |
Defines the basic space hash.
If you want to create a new space hash implementation, you need to extend this class.
ENTITY | The type of entity held by the corresponding space hash |
UPDATER | The cell updater for type ENTITY |
Definition at line 300 of file space_hash.h.
virtual void argos::CSpaceHash< ENTITY, UPDATER >::Update | ( | ) | [inline, virtual] |
Updates the entire space hash.
It calls the updater for all the entities held by the space hash.
Implements argos::CAbstractSpaceHash< ENTITY >.
Reimplemented in argos::CSpaceHashNative< Element, Updater >.
Definition at line 309 of file space_hash.h.