CellViz
1.0
|
This is the complete list of members for Board, including all inherited members.
add_cell(CellularAutomaton *cell) | Board | |
Board() | Board | |
Board(int width, int height, BoardType type, int population=0) | Board | |
Board(const Board &board) | Board | |
continuous | Board | private |
current_population | Board | private |
get_cell(int x, int y) const | Board | |
get_continuous() | Board | |
get_current_population() | Board | |
get_grid() | Board | |
get_height() | Board | |
get_width() | Board | |
grid | Board | private |
height | Board | private |
operator=(const Board &board) | Board | |
population | Board | private |
render() | Board | |
set_continuum(vector< ContinuousAutomaton * > &continuous) | Board | |
set_grid(vector< vector< DiscreteAutomaton * >> &grid) | Board | |
type | Board | private |
width | Board | private |
~Board() | Board |