#include <CellBasedEventHandler.hpp>
Inherits GenericEventHandler< 9, CellBasedEventHandler >.

Public Types | |
| enum | CellBasedEventType { SETUP = 0, DEATH, BIRTH, UPDATETISSUE, TESSELLATION, FORCE, POSITION, OUTPUT, EVERYTHING } |
Static Public Attributes | |
| static const char * | EventName [9] |
A cell_based event class that can be used to calculate the time taken to execute various parts of a tissue simulation.
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] |
{ "Setup", "Death", "Birth",
"Update", "Tess", "Force",
"Pos", "Output", "Total" }
Character array holding cell_based event names. There are nine cell_based events.
Definition at line 42 of file CellBasedEventHandler.hpp.
1.6.2