DeltaNotchOffLatticeSimulation< DIM > Class Template Reference

#include <DeltaNotchOffLatticeSimulation.hpp>

Inherits OffLatticeSimulation< DIM >.

Collaboration diagram for DeltaNotchOffLatticeSimulation< DIM >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DeltaNotchOffLatticeSimulation (AbstractCellPopulation< DIM > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true)
 ~DeltaNotchOffLatticeSimulation ()

Public Attributes

out_stream mVizDeltaFile

Private Member Functions

template<class Archive >
void serialize (Archive &archive, const unsigned int version)
void PostSolve ()

Friends

class boost::serialization::access

Detailed Description

template<unsigned DIM>
class DeltaNotchOffLatticeSimulation< DIM >

Subclass of OffLatticeSimulation in which the mean levels of Delta in neighbouring cells are computed and stored in CellwiseData for use in DeltaNotchOdeSystem in a centre-based cell population.

Definition at line 43 of file DeltaNotchOffLatticeSimulation.hpp.


Constructor & Destructor Documentation

template<unsigned DIM>
DeltaNotchOffLatticeSimulation< DIM >::DeltaNotchOffLatticeSimulation ( AbstractCellPopulation< DIM > &  rCellPopulation,
bool  deleteCellPopulationInDestructor = false,
bool  initialiseCells = true 
) [inline]

Default constructor.

Parameters:
rCellPopulation A cell population facade class (contains a mesh and cells)
deleteCellPopulationInDestructor Whether to delete the cell population on destruction to free up memory (defaults to false)
initialiseCells whether to initialise cells (defaults to true, set to false when loading from an archive)

Definition at line 37 of file DeltaNotchOffLatticeSimulation.cpp.

template<unsigned DIM>
DeltaNotchOffLatticeSimulation< DIM >::~DeltaNotchOffLatticeSimulation (  )  [inline]

Destructor.

Definition at line 45 of file DeltaNotchOffLatticeSimulation.cpp.


Member Function Documentation

template<unsigned DIM>
void DeltaNotchOffLatticeSimulation< DIM >::PostSolve (  )  [inline, private, virtual]
template<unsigned DIM>
template<class Archive >
void DeltaNotchOffLatticeSimulation< DIM >::serialize ( Archive &  archive,
const unsigned int  version 
) [inline, private]

Archive the object and its member variables.

Parameters:
archive the archive
version the current version of this class

Reimplemented from OffLatticeSimulation< DIM >.

Definition at line 56 of file DeltaNotchOffLatticeSimulation.hpp.


Friends And Related Function Documentation

template<unsigned DIM>
friend class boost::serialization::access [friend]

Needed for serialization.

Reimplemented from OffLatticeSimulation< DIM >.

Definition at line 48 of file DeltaNotchOffLatticeSimulation.hpp.


Member Data Documentation

template<unsigned DIM>
out_stream DeltaNotchOffLatticeSimulation< DIM >::mVizDeltaFile

The file that the values of beta catenin is written out to.

Definition at line 69 of file DeltaNotchOffLatticeSimulation.hpp.


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