ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <led_entity.h>
Public Member Functions | |
virtual void | operator() (CAbstractSpaceHash< CLEDEntity > &c_space_hash, CLEDEntity &c_element) |
Updates the necessary cells of a space hash. |
Definition at line 119 of file led_entity.h.
void argos::CLEDEntitySpaceHashUpdater::operator() | ( | CAbstractSpaceHash< CLEDEntity > & | c_space_hash, |
CLEDEntity & | c_entity | ||
) | [virtual] |
Updates the necessary cells of a space hash.
c_space_hash | The space hash to update |
c_entity | The entity indexed by the space hash. |
Implements argos::CSpaceHashUpdater< CLEDEntity >.
Definition at line 80 of file led_entity.cpp.