Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <ShortAxisVertexBasedDivisionRule.hpp>
Public Member Functions | |
ShortAxisVertexBasedDivisionRule () | |
virtual | ~ShortAxisVertexBasedDivisionRule () |
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 the short axis of a cell for vertex-based cell populations, to be used in cell division. This is the default rule that is used in most of the vertex-based simulations.
The short axis is the eigenvector associated with the largest eigenvalue of the moment of inertia of the cell's polygon.
Definition at line 58 of file ShortAxisVertexBasedDivisionRule.hpp.
|
inline |
Default constructor.
Definition at line 79 of file ShortAxisVertexBasedDivisionRule.hpp.
|
inlinevirtual |
Empty destructor.
Definition at line 86 of file ShortAxisVertexBasedDivisionRule.hpp.
|
virtual |
Overridden CalculateCellDivisionVector() method.
Return the short axis of the existing cell, which will be used to form the boundary between the daughter cells.
pParentCell | The cell to divide |
rCellPopulation | The vertex-based cell population |
Implements AbstractVertexBasedDivisionRule< SPACE_DIM >.
Definition at line 39 of file ShortAxisVertexBasedDivisionRule.cpp.
References AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM >::GetLocationIndexUsingCell(), VertexMesh< ELEMENT_DIM, SPACE_DIM >::GetShortAxisOfElement(), and VertexBasedCellPopulation< DIM >::rGetMesh().
|
inlineprivate |
Serialize the object and its member variables.
archive | the archive |
version | the current version of this class |
Definition at line 69 of file ShortAxisVertexBasedDivisionRule.hpp.
|
friend |
Definition at line 61 of file ShortAxisVertexBasedDivisionRule.hpp.