|
CellViz
1.0
|
This is the complete list of members for DiscreteAutomaton, including all inherited members.
| CellularAutomaton()=default | CellularAutomaton | protected |
| compute(Board *board) | CellularAutomaton | protectedstatic |
| DiscreteAutomaton() | DiscreteAutomaton | |
| DiscreteAutomaton(int x, int y, double value) | DiscreteAutomaton | |
| DiscreteAutomaton(const DiscreteAutomaton &cell) | DiscreteAutomaton | |
| get_value()=0 | DiscreteAutomaton | pure virtual |
| get_x()=0 | DiscreteAutomaton | pure virtual |
| get_y()=0 | DiscreteAutomaton | pure virtual |
| operator==(const DiscreteAutomaton &cell) const | DiscreteAutomaton | |
| set_value(double value) | DiscreteAutomaton | |
| set_x(int x) | DiscreteAutomaton | |
| set_y(int y) | DiscreteAutomaton | |
| value | DiscreteAutomaton | private |
| x | DiscreteAutomaton | private |
| y | DiscreteAutomaton | private |
| ~CellularAutomaton()=default | CellularAutomaton | virtual |