Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
CellDivisionInfo< SPACE_DIM > Struct Template Reference

#include <CellDivisionInfo.hpp>

+ Collaboration diagram for CellDivisionInfo< SPACE_DIM >:

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
 

Detailed Description

template<unsigned SPACE_DIM>
struct CellDivisionInfo< SPACE_DIM >

Records information about cell division event

Definition at line 49 of file CellDivisionInfo.hpp.

Member Function Documentation

◆ serialize()

template<unsigned SPACE_DIM>
template<class Archive >
void CellDivisionInfo< SPACE_DIM >::serialize ( Archive &  archive,
const unsigned int  version 
)
inline

Friends And Related Symbol Documentation

◆ boost::serialization::access

template<unsigned SPACE_DIM>
friend class boost::serialization::access
friend

Needed for serialization.

Definition at line 52 of file CellDivisionInfo.hpp.

Member Data Documentation

◆ mDaughterLocation1

template<unsigned SPACE_DIM>
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().

◆ mDaughterLocation2

template<unsigned SPACE_DIM>
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().

◆ mDaughterLongAxis1

template<unsigned SPACE_DIM>
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().

◆ mDaughterLongAxis2

template<unsigned SPACE_DIM>
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().

◆ mDivisionAxis

template<unsigned SPACE_DIM>
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().

◆ mLocation

template<unsigned SPACE_DIM>
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().


The documentation for this struct was generated from the following file: