#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) |
Public Member Functions inherited from argos::CGrid< ENTITY >::CCellOperation | |
virtual | ~CCellOperation () |
virtual bool | operator() (SInt32 n_i, SInt32 n_j, SInt32 n_k, SCell &s_cell)=0 |
Definition at line 129 of file rab_equipped_entity.h.
argos::CRABEquippedEntityGridCellUpdater::CRABEquippedEntityGridCellUpdater | ( | CGrid< CRABEquippedEntity > & | c_grid | ) |
Definition at line 358 of file rab_equipped_entity.cpp.
|
virtual |
Definition at line 361 of file rab_equipped_entity.cpp.
void argos::CRABEquippedEntityGridCellUpdater::SetEntity | ( | CRABEquippedEntity & | c_entity | ) |
Definition at line 371 of file rab_equipped_entity.cpp.