|
RepastHPC
2.3.1
|
Base class for representations of border semantics (e.g. More...
#include <GridComponents.h>
Public Member Functions | |
| Borders (GridDimensions d) | |
| void | transform (const std::vector< int > &in, std::vector< int > &out) const |
| void | transform (const std::vector< double > &in, std::vector< double > &out) const |
| bool | isPeriodic () const |
Protected Member Functions | |
| void | boundsCheck (const std::vector< int > &pt) const |
| void | boundsCheck (const std::vector< double > &pt) const |
Protected Attributes | |
| const GridDimensions | _dimensions |
Base class for representations of border semantics (e.g.
Strict, Sticky, etc.)
1.8.17