|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
This is the complete list of members for GameOfLife, including all inherited members.
| addGlider(int startX, int startY) | GameOfLife | inline |
| addOscillator(int startX, int startY) | GameOfLife | inline |
| countLiveCells() const -> int | GameOfLife | inline |
| countNeighbors(int x, int y) -> int | GameOfLife | inline |
| GameOfLife(int w, int h) | GameOfLife | inline |
| getGrid() const -> const std::vector< std::vector< int > > & | GameOfLife | inline |
| randomize(double probability=0.3) | GameOfLife | inline |
| step() | GameOfLife | inline |