CellBasedEventHandler Class Reference

#include <CellBasedEventHandler.hpp>

Inherits GenericEventHandler< 10, CellBasedEventHandler >.

Collaboration diagram for CellBasedEventHandler:
Collaboration graph
[legend]

List of all members.

Public Types

enum  CellBasedEventType {
  SETUP = 0, DEATH, BIRTH, UPDATECELLPOPULATION,
  TESSELLATION, FORCE, POSITION, OUTPUT,
  PDE, EVERYTHING
}

Static Public Attributes

static const char * EventName [10]

Detailed Description

A cell_based event class that can be used to calculate the time taken to execute various parts of a cell-based simulation.

Definition at line 37 of file CellBasedEventHandler.hpp.


Member Enumeration Documentation

Definition of cell_based event types.

Definition at line 45 of file CellBasedEventHandler.hpp.


Member Data Documentation

const char * CellBasedEventHandler::EventName [static]
Initial value:
 { "Setup", "Death", "Birth",
                                                "Update", "Tess", "Force",
                                                "Pos", "Output", "Pde", "Total" }

Character array holding cell_based event names. There are nine cell_based events.

Definition at line 42 of file CellBasedEventHandler.hpp.


The documentation for this class was generated from the following files:
Generated on Thu Dec 22 13:03:20 2011 for Chaste by  doxygen 1.6.3