argos::CRABEquippedEntitySpaceHashUpdater Class Reference

#include <rab_equipped_entity.h>

Inheritance diagram for argos::CRABEquippedEntitySpaceHashUpdater:
Collaboration diagram for argos::CRABEquippedEntitySpaceHashUpdater:

Public Member Functions

virtual void operator() (CAbstractSpaceHash< CRABEquippedEntity > &c_space_hash, CRABEquippedEntity &c_element)
 Updates the necessary cells of a space hash. More...
 
- Public Member Functions inherited from argos::CSpaceHashUpdater< CRABEquippedEntity >
virtual ~CSpaceHashUpdater ()
 Class destructor. More...
 

Detailed Description

Definition at line 113 of file rab_equipped_entity.h.

Member Function Documentation

◆ operator()()

void argos::CRABEquippedEntitySpaceHashUpdater::operator() ( CAbstractSpaceHash< CRABEquippedEntity > &  c_space_hash,
CRABEquippedEntity c_entity 
)
virtual

Updates the necessary cells of a space hash.

Parameters
c_space_hashThe space hash to update
c_entityThe entity indexed by the space hash.

Implements argos::CSpaceHashUpdater< CRABEquippedEntity >.

Definition at line 176 of file rab_equipped_entity.cpp.