#include <Boundary.h>

Public Member Functions | |
| virtual bool | applyCondition (int &coordinate, const int &max_value)=0 |
Definition at line 35 of file Boundary.h.
| virtual bool CompuCell3D::Boundary::applyCondition | ( | int & | coordinate, | |
| const int & | max_value | |||
| ) | [pure virtual] |
Implemented in CompuCell3D::NoFluxBoundary, and CompuCell3D::PeriodicBoundary.
Referenced by CompuCell3D::BoundaryStrategy::getNeighbor(), and CompuCell3D::BoundaryStrategy::getNeighborDirect().
1.5.3