Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <RandomDirectionCentreBasedDivisionRule.hpp>
Public Member Functions | |
RandomDirectionCentreBasedDivisionRule () | |
virtual | ~RandomDirectionCentreBasedDivisionRule () |
virtual std::pair< c_vector< double, SPACE_DIM >, c_vector< double, SPACE_DIM > > | CalculateCellDivisionVector (CellPtr pParentCell, AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > &rCellPopulation) |
Public Member Functions inherited from AbstractCentreBasedDivisionRule< ELEMENT_DIM, SPACE_DIM > | |
AbstractCentreBasedDivisionRule () | |
virtual | ~AbstractCentreBasedDivisionRule () |
void | OutputCellCentreBasedDivisionRuleInfo (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 AbstractCentreBasedDivisionRule< ELEMENT_DIM, SPACE_DIM > | |
virtual void | OutputCellCentreBasedDivisionRuleParameters (out_stream &rParamsFile) |
A class to generate two daughter cell positions, located a distance AbstractCentreBasedCellPopulation::mMeinekeDivisionSeparation apart, along a random axis. The midpoint between the two daughter cell positions corresponds to the parent cell's position.
Definition at line 55 of file RandomDirectionCentreBasedDivisionRule.hpp.
|
inline |
Default constructor.
Definition at line 76 of file RandomDirectionCentreBasedDivisionRule.hpp.
|
inlinevirtual |
Empty destructor.
Definition at line 83 of file RandomDirectionCentreBasedDivisionRule.hpp.
|
virtual |
Overridden CalculateCellDivisionVector() method.
pParentCell | The cell to divide |
rCellPopulation | The centre-based cell population |
Implements AbstractCentreBasedDivisionRule< ELEMENT_DIM, SPACE_DIM >.
Definition at line 40 of file RandomDirectionCentreBasedDivisionRule.cpp.
References AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM >::GetLocationOfCellCentre(), AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM >::GetMeinekeDivisionSeparation(), RandomNumberGenerator::Instance(), NEVER_REACHED, 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 RandomDirectionCentreBasedDivisionRule.hpp.
|
friend |
Definition at line 58 of file RandomDirectionCentreBasedDivisionRule.hpp.