argos::CGrid< ENTITY >::CCellOperation Class Referenceabstract

#include <grid.h>

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

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 ( )
inlinevirtual

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