|
CellViz
1.0
|
#include <complex>#include <fstream>#include <iostream>#include <stdio.h>#include <stdlib.h>#include <random>#include <vector>#include <SFML/Graphics/RenderWindow.hpp>#include <SFML/Window/Event.hpp>#include "visualizer.h"#include "board.h"#include "cells.h"#include <gtk/gtk.h>Typedefs | |
| using | json = nlohmann::json |
Functions | |
| void | on_mean_median_changed (GtkComboBox *combo_box, gpointer user_data) |
| void | on_spin_button_changed (GtkSpinButton *spin_button, gpointer user_data) |
| void | quit_sim (GtkWidget *widget, gpointer data) |
| void | save_frame (const sf::RenderWindow &window, int frame_number) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | median_toggle = 0 |
| int | cell_size = 1 |
| bool | want_quit = false |
| using json = nlohmann::json |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
help message arguments:
| void on_mean_median_changed | ( | GtkComboBox * | combo_box, |
| gpointer | user_data | ||
| ) |
| void on_spin_button_changed | ( | GtkSpinButton * | spin_button, |
| gpointer | user_data | ||
| ) |
| void quit_sim | ( | GtkWidget * | widget, |
| gpointer | data | ||
| ) |
| void save_frame | ( | const sf::RenderWindow & | window, |
| int | frame_number | ||
| ) |
| int cell_size = 1 |
| int median_toggle = 0 |
| bool want_quit = false |