![]() |
PixCells
This project is a Cellular Potts Model (CPM) simulator. It was developped during a Master's degree in Physics as a master project.
|
#include <iostream>#include <unistd.h>#include <thread>#include <chrono>#include <cstdlib>#include <getopt.h>#include "Simulation.hpp"#include "Config.hpp"#include "math.hpp"#include "Cell.hpp"Functions | |
| void | manageArgs (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
Variables | |
| bool | RENDER = false |
| char * | CONFIG_FILE = nullptr |
| char * | OUTPUT_FILE = nullptr |
This is the main file.