#include <DeltaNotchOffLatticeSimulation.hpp>
Inherits OffLatticeSimulation< DIM >.
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 |
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.
DeltaNotchOffLatticeSimulation< DIM >::DeltaNotchOffLatticeSimulation | ( | AbstractCellPopulation< DIM > & | rCellPopulation, | |
bool | deleteCellPopulationInDestructor = false , |
|||
bool | initialiseCells = true | |||
) | [inline] |
Default constructor.
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.
DeltaNotchOffLatticeSimulation< DIM >::~DeltaNotchOffLatticeSimulation | ( | ) | [inline] |
Destructor.
Definition at line 45 of file DeltaNotchOffLatticeSimulation.cpp.
void DeltaNotchOffLatticeSimulation< DIM >::PostSolve | ( | ) | [inline, private, virtual] |
Overridden PostSolve() method.
Reimplemented from AbstractCellBasedSimulation< DIM >.
Definition at line 50 of file DeltaNotchOffLatticeSimulation.cpp.
References AbstractElement< ELEMENT_DIM, SPACE_DIM >::GetIndex(), AbstractElement< ELEMENT_DIM, SPACE_DIM >::GetNode(), AbstractElement< ELEMENT_DIM, SPACE_DIM >::GetNumNodes(), AbstractCellBasedSimulation< DIM >::mrCellPopulation, Node< SPACE_DIM >::rGetContainingElementIndices(), MeshBasedCellPopulation< DIM >::SpringsBegin(), and MeshBasedCellPopulation< DIM >::SpringsEnd().
void DeltaNotchOffLatticeSimulation< DIM >::serialize | ( | Archive & | archive, | |
const unsigned int | version | |||
) | [inline, private] |
Archive the object and its member variables.
archive | the archive | |
version | the current version of this class |
Reimplemented from OffLatticeSimulation< DIM >.
Definition at line 56 of file DeltaNotchOffLatticeSimulation.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from OffLatticeSimulation< DIM >.
Definition at line 48 of file DeltaNotchOffLatticeSimulation.hpp.
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.