A cell interface for use in the cellSpace model.
Public Fields
-
static const port_t in[3][3][3]
-
Input grid, where this cell is at 1,1,1.
-
static const port_t out
- Output port (will be sent to neighboring cells)
Documentation
A cell interface for use in the cellSpace model. All models that will
be added to the cellSpace should inherit this interface.
static const port_t in[3][3][3]
-
Input grid, where this cell is at 1,1,1. To find the input from the
cell displaced from this cell by +1 or -1, add the displacement value
to 1 to get the correct input port index. For example, the cell
at -1,-1,0 provides input on port 0,0,1.
static const port_t out
- Output port (will be sent to neighboring cells)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.