ARGoS  3
A parallel, multi-engine simulator for swarm robotics
argos::CGrid< ENTITY >::CCellOperation Class Reference

#include <grid.h>

+ Inheritance diagram for argos::CGrid< ENTITY >::CCellOperation:

List of all members.

Public Member Functions

virtual ~CCellOperation ()
virtual bool operator() (SInt32 n_i, SInt32 n_j, SInt32 n_k, SCell &s_cell)=0

Detailed Description

template<class ENTITY>
class argos::CGrid< ENTITY >::CCellOperation

Definition at line 29 of file grid.h.


Constructor & Destructor Documentation

template<class ENTITY>
virtual argos::CGrid< ENTITY >::CCellOperation::~CCellOperation ( ) [inline, virtual]

Definition at line 31 of file grid.h.


Member Function Documentation

template<class ENTITY>
virtual bool argos::CGrid< ENTITY >::CCellOperation::operator() ( SInt32  n_i,
SInt32  n_j,
SInt32  n_k,
SCell s_cell 
) [pure virtual]

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