Chaste Release::3.1
|
#include <ChemotaxisPottsUpdateRule.hpp>
Public Member Functions | |
ChemotaxisPottsUpdateRule () | |
~ChemotaxisPottsUpdateRule () | |
double | EvaluateHamiltonianContribution (unsigned currentNodeIndex, unsigned targetNodeIndex, PottsBasedCellPopulation< DIM > &rCellPopulation) |
void | OutputUpdateRuleParameters (out_stream &rParamsFile) |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Friends | |
class | TestPottsUpdateRules |
class | boost::serialization::access |
A simple update rule class to represent simple chemotaxis in the positive x y z direction for use in Potts based simulations.
Note this currently assumes cells don't grow, i.e the target volume is constant for each cell over time.
Definition at line 52 of file ChemotaxisPottsUpdateRule.hpp.
ChemotaxisPottsUpdateRule< DIM >::ChemotaxisPottsUpdateRule | ( | ) |
Constructor.
Definition at line 39 of file ChemotaxisPottsUpdateRule.cpp.
ChemotaxisPottsUpdateRule< DIM >::~ChemotaxisPottsUpdateRule | ( | ) |
Destructor.
Definition at line 45 of file ChemotaxisPottsUpdateRule.cpp.
double ChemotaxisPottsUpdateRule< DIM >::EvaluateHamiltonianContribution | ( | unsigned | currentNodeIndex, |
unsigned | targetNodeIndex, | ||
PottsBasedCellPopulation< DIM > & | rCellPopulation | ||
) | [virtual] |
Overridden EvaluateHamiltonianContribution() method
Assigns a greater propensity for moving in an increasing x, y (and z) direction.
currentNodeIndex | The index of the current node/lattice site |
targetNodeIndex | The index of the target node/lattice site |
rCellPopulation | The cell population |
Implements AbstractPottsUpdateRule< DIM >.
Definition at line 50 of file ChemotaxisPottsUpdateRule.cpp.
References PottsBasedCellPopulation< DIM >::GetNode().
void ChemotaxisPottsUpdateRule< DIM >::OutputUpdateRuleParameters | ( | out_stream & | rParamsFile | ) | [virtual] |
Overridden OutputUpdateRuleParameters() method.
rParamsFile | the file stream to which the parameters are output |
Implements AbstractPottsUpdateRule< DIM >.
Definition at line 74 of file ChemotaxisPottsUpdateRule.cpp.
References AbstractPottsUpdateRule< DIM >::OutputUpdateRuleParameters().
void ChemotaxisPottsUpdateRule< DIM >::serialize | ( | Archive & | archive, |
const unsigned int | version | ||
) | [inline, private] |
Serialize the object.
archive | the archive |
version | the current version of this class |
Reimplemented from AbstractPottsUpdateRule< DIM >.
Definition at line 60 of file ChemotaxisPottsUpdateRule.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractPottsUpdateRule< DIM >.
Definition at line 58 of file ChemotaxisPottsUpdateRule.hpp.