Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <RandomDirectionVertexBasedDivisionRule.hpp>
Public Member Functions | |
RandomDirectionVertexBasedDivisionRule () | |
virtual | ~RandomDirectionVertexBasedDivisionRule () |
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 length that points in a uniformly random direction.
Definition at line 52 of file RandomDirectionVertexBasedDivisionRule.hpp.
|
inline |
Default constructor.
Definition at line 72 of file RandomDirectionVertexBasedDivisionRule.hpp.
|
inlinevirtual |
Empty destructor.
Definition at line 79 of file RandomDirectionVertexBasedDivisionRule.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 39 of file RandomDirectionVertexBasedDivisionRule.cpp.
References RandomNumberGenerator::Instance(), and RandomNumberGenerator::ranf().
|
inlineprivate |
Serialize the object and its member variables.
archive | the archive |
version | the current version of this class |
Definition at line 63 of file RandomDirectionVertexBasedDivisionRule.hpp.
|
friend |
Definition at line 55 of file RandomDirectionVertexBasedDivisionRule.hpp.