Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <CellDivisionInfo.hpp>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Public Attributes | |
c_vector< double, SPACE_DIM > | mLocation |
c_vector< double, SPACE_DIM > | mDaughterLocation1 |
c_vector< double, SPACE_DIM > | mDaughterLongAxis1 |
c_vector< double, SPACE_DIM > | mDaughterLocation2 |
c_vector< double, SPACE_DIM > | mDaughterLongAxis2 |
c_vector< double, SPACE_DIM > | mDivisionAxis |
Friends | |
class | boost::serialization::access |
Records information about cell division event
Definition at line 49 of file CellDivisionInfo.hpp.
|
inline |
Archive the object.
archive | the archive |
version | the current version of this class |
Definition at line 61 of file CellDivisionInfo.hpp.
References CellDivisionInfo< SPACE_DIM >::mDaughterLocation1, CellDivisionInfo< SPACE_DIM >::mDaughterLocation2, CellDivisionInfo< SPACE_DIM >::mDaughterLongAxis1, CellDivisionInfo< SPACE_DIM >::mDaughterLongAxis2, CellDivisionInfo< SPACE_DIM >::mDivisionAxis, and CellDivisionInfo< SPACE_DIM >::mLocation.
|
friend |
Needed for serialization.
Definition at line 52 of file CellDivisionInfo.hpp.
c_vector<double, SPACE_DIM> CellDivisionInfo< SPACE_DIM >::mDaughterLocation1 |
The centroid of the first daughter cell
Definition at line 75 of file CellDivisionInfo.hpp.
Referenced by CellDivisionInfo< SPACE_DIM >::serialize().
c_vector<double, SPACE_DIM> CellDivisionInfo< SPACE_DIM >::mDaughterLocation2 |
The centroid of the second daughter cell
Definition at line 81 of file CellDivisionInfo.hpp.
Referenced by CellDivisionInfo< SPACE_DIM >::serialize().
c_vector<double, SPACE_DIM> CellDivisionInfo< SPACE_DIM >::mDaughterLongAxis1 |
The orientation of the first daughter cell
Definition at line 78 of file CellDivisionInfo.hpp.
Referenced by CellDivisionInfo< SPACE_DIM >::serialize().
c_vector<double, SPACE_DIM> CellDivisionInfo< SPACE_DIM >::mDaughterLongAxis2 |
The orientation of the second daughter cell
Definition at line 84 of file CellDivisionInfo.hpp.
Referenced by CellDivisionInfo< SPACE_DIM >::serialize().
c_vector<double, SPACE_DIM> CellDivisionInfo< SPACE_DIM >::mDivisionAxis |
The orientation of the division axis
Definition at line 87 of file CellDivisionInfo.hpp.
Referenced by CellDivisionInfo< SPACE_DIM >::serialize().
c_vector<double, SPACE_DIM> CellDivisionInfo< SPACE_DIM >::mLocation |
The centroid of the mother cell
Definition at line 72 of file CellDivisionInfo.hpp.
Referenced by CellDivisionInfo< SPACE_DIM >::serialize().