#include <CellBasedEventHandler.hpp>
Public Types | |
enum | CellBasedEventType { SETUP = 0, DEATH, BIRTH, UPDATECELLPOPULATION, TESSELLATION, FORCE, POSITION, OUTPUT, EVERYTHING } |
Static Public Attributes | |
static const char * | EventName [9] |
Definition at line 37 of file CellBasedEventHandler.hpp.
Definition of cell_based event types.
Definition at line 45 of file CellBasedEventHandler.hpp.
const char * CellBasedEventHandler::EventName [static] |
Initial value:
{ "Setup", "Death", "Birth", "Update", "Tess", "Force", "Pos", "Output", "Total" }
Definition at line 42 of file CellBasedEventHandler.hpp.