![]() |
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 | |
Cell.hpp | This is the cell header file for the Cellular Potts Model simulation : cell class |
Config.hpp | Config class to load constants from a custom text file |
math.hpp | |
Simulation.hpp | |
▼ src | |
Cell.cpp | This is the cell file for the Cellular Potts Model simulation : cell class |
Config.cpp | Config class to load constants from a custom text file |
main.cpp | |
math.cpp |