Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
GameOfLife Member List

This is the complete list of members for GameOfLife, including all inherited members.

addGlider(int startX, int startY)GameOfLifeinline
addOscillator(int startX, int startY)GameOfLifeinline
countLiveCells() const -> intGameOfLifeinline
countNeighbors(int x, int y) -> intGameOfLifeinline
GameOfLife(int w, int h)GameOfLifeinline
getGrid() const -> const std::vector< std::vector< int > > &GameOfLifeinline
randomize(double probability=0.3)GameOfLifeinline
step()GameOfLifeinline