ARGoS
Large-scale robot simulations
home
about
download
documentation
examples
user manual
dev manual
API
forum
publications
argos
CGrid
CCellOperation
Public Member Functions
|
List of all members
argos::CGrid< ENTITY >::CCellOperation Class Reference
abstract
#include <
grid.h
>
Inheritance diagram for argos::CGrid< ENTITY >::CCellOperation:
[
legend
]
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
◆
~CCellOperation()
template<class ENTITY >
virtual
argos::CGrid
< ENTITY >::CCellOperation::~CCellOperation
(
)
inline
virtual
Definition at line
31
of file
grid.h
.
Member Function Documentation
◆
operator()()
template<class ENTITY >
virtual bool
argos::CGrid
< ENTITY >::CCellOperation::operator()
(
SInt32
n_i
,
SInt32
n_j
,
SInt32
n_k
,
SCell
&
s_cell
)
pure virtual