ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <rab_equipped_entity.h>
Public Member Functions | |
CRABEquippedEntityGridCellUpdater (CGrid< CRABEquippedEntity > &c_grid) | |
virtual bool | operator() (SInt32 n_i, SInt32 n_j, SInt32 n_k, CGrid< CRABEquippedEntity >::SCell &s_cell) |
void | SetEntity (CRABEquippedEntity &c_entity) |
Definition at line 105 of file rab_equipped_entity.h.
argos::CRABEquippedEntityGridCellUpdater::CRABEquippedEntityGridCellUpdater | ( | CGrid< CRABEquippedEntity > & | c_grid | ) |
Definition at line 290 of file rab_equipped_entity.cpp.
bool argos::CRABEquippedEntityGridCellUpdater::operator() | ( | SInt32 | n_i, |
SInt32 | n_j, | ||
SInt32 | n_k, | ||
CGrid< CRABEquippedEntity >::SCell & | s_cell | ||
) | [virtual] |
Definition at line 293 of file rab_equipped_entity.cpp.
void argos::CRABEquippedEntityGridCellUpdater::SetEntity | ( | CRABEquippedEntity & | c_entity | ) |
Definition at line 303 of file rab_equipped_entity.cpp.