![]() |
PixCells
This project is a Cellular Potts Model (CPM) simulator. It was developped during a Master's degree in Physics as a master project.
|
This is the complete list of members for Cell, including all inherited members.
add_position(int x, int y) | Cell | |
Cell(int id, int type, int target_surface, float target_length, sf::Color color) | Cell | |
clear_position() | Cell | |
get_color() | Cell | |
get_id() | Cell | |
get_length() | Cell | |
get_position() | Cell | |
get_target_length() | Cell | |
get_target_surface() | Cell | |
get_type() | Cell | |
print() | Cell | |
remove_position(int x, int y) | Cell | |
set_color(sf::Color color) | Cell | |
set_id(int id) | Cell | |
set_target_length(float target_length) | Cell | |
set_target_surface(int target_surface) | Cell | |
set_type(int type) | Cell | |
update_length() | Cell | |
~Cell() | Cell |