Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00321.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00321.php on line 2
The ARGoS Website

argos::CTagEntitySpaceHashUpdater Class Reference

#include <tag_entity.h>

Inheritance diagram for argos::CTagEntitySpaceHashUpdater:
Collaboration diagram for argos::CTagEntitySpaceHashUpdater:

Public Member Functions

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

Detailed Description

Definition at line 150 of file tag_entity.h.

Member Function Documentation

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

Definition at line 125 of file tag_entity.cpp.