Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <CryptVertexBasedDivisionRule.hpp>
Public Member Functions | |
CryptVertexBasedDivisionRule () | |
virtual | ~CryptVertexBasedDivisionRule () |
virtual c_vector< double, SPACE_DIM > | CalculateCellDivisionVector (CellPtr pParentCell, VertexBasedCellPopulation< SPACE_DIM > &rCellPopulation) |
Public Member Functions inherited from AbstractVertexBasedDivisionRule< SPACE_DIM > | |
AbstractVertexBasedDivisionRule () | |
virtual | ~AbstractVertexBasedDivisionRule () |
void | OutputCellVertexBasedDivisionRuleInfo (out_stream &rParamsFile) |
Public Member Functions inherited from Identifiable | |
virtual | ~Identifiable () |
std::string | GetIdentifier () const |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Friends | |
class | boost::serialization::access |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractVertexBasedDivisionRule< SPACE_DIM > | |
virtual void | OutputCellVertexBasedDivisionRuleParameters (out_stream &rParamsFile) |
A class to generate a division vector of unit lengths that points in a random direction, unless dealing with a 'stem' cell in the absence of a Wnt gradient. For use in CryptSimulation2d.
Definition at line 55 of file CryptVertexBasedDivisionRule.hpp.
|
inline |
Default constructor.
Definition at line 75 of file CryptVertexBasedDivisionRule.hpp.
|
inlinevirtual |
Empty destructor.
Definition at line 82 of file CryptVertexBasedDivisionRule.hpp.
|
virtual |
Overridden CalculateCellDivisionVector() method.
Return a unit vector in a random direction, i.e the arguments are redundant for this division rule.
pParentCell | The cell to divide |
rCellPopulation | The vertex-based cell population |
Implements AbstractVertexBasedDivisionRule< SPACE_DIM >.
Definition at line 41 of file CryptVertexBasedDivisionRule.cpp.
References WntConcentration< DIM >::Destroy(), WntConcentration< DIM >::Instance(), RandomNumberGenerator::Instance(), WntConcentration< DIM >::IsWntSetUp(), and RandomNumberGenerator::ranf().
|
inlineprivate |
Serialize the object and its member variables.
archive | the archive |
version | the current version of this class |
Definition at line 66 of file CryptVertexBasedDivisionRule.hpp.
|
friend |
Definition at line 58 of file CryptVertexBasedDivisionRule.hpp.