ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <rab_equipped_entity.h>
Public Member Functions | |
virtual void | operator() (CAbstractSpaceHash< CRABEquippedEntity > &c_space_hash, CRABEquippedEntity &c_element) |
Updates the necessary cells of a space hash. |
Definition at line 89 of file rab_equipped_entity.h.
void argos::CRABEquippedEntitySpaceHashUpdater::operator() | ( | CAbstractSpaceHash< CRABEquippedEntity > & | c_space_hash, |
CRABEquippedEntity & | 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< CRABEquippedEntity >.
Definition at line 132 of file rab_equipped_entity.cpp.