PixCells
This project is a Cellular Potts Model (CPM) simulator. It was developped during a Master's degree in Physics as a master project.
Loading...
Searching...
No Matches
main.cpp File Reference
#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"
Include dependency graph for main.cpp:

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
 

Detailed Description

Date
06/11/2024
Version
1.0
Author
Lucas BOISTAY

This is the main file.