ARGoS  3
A parallel, multi-engine simulator for swarm robotics
argos::CLEDEntitySpaceHashUpdater Class Reference

#include <led_entity.h>

+ Inheritance diagram for argos::CLEDEntitySpaceHashUpdater:

List of all members.

Public Member Functions

virtual void operator() (CAbstractSpaceHash< CLEDEntity > &c_space_hash, CLEDEntity &c_element)
 Updates the necessary cells of a space hash.

Detailed Description

Definition at line 119 of file led_entity.h.


Member Function Documentation

void argos::CLEDEntitySpaceHashUpdater::operator() ( CAbstractSpaceHash< CLEDEntity > &  c_space_hash,
CLEDEntity 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< CLEDEntity >.

Definition at line 80 of file led_entity.cpp.


The documentation for this class was generated from the following files: