#include <directional_led_entity.h>
Public Member Functions | |
virtual void | operator() (CAbstractSpaceHash< CDirectionalLEDEntity > &c_space_hash, CDirectionalLEDEntity &c_element) |
Updates the necessary cells of a space hash. More... | |
Public Member Functions inherited from argos::CSpaceHashUpdater< CDirectionalLEDEntity > | |
virtual | ~CSpaceHashUpdater () |
Class destructor. More... | |
Definition at line 140 of file directional_led_entity.h.
|
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< CDirectionalLEDEntity >.
Definition at line 123 of file directional_led_entity.cpp.