|
Chaste Release::3.1
|
#include <WildTypeCellMutationState.hpp>
Inheritance diagram for WildTypeCellMutationState:
Collaboration diagram for WildTypeCellMutationState:Public Member Functions | |
| WildTypeCellMutationState () | |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
Subclass of AbstractCellMutationState defining a 'wild type' mutation state.
Definition at line 46 of file WildTypeCellMutationState.hpp.
| WildTypeCellMutationState::WildTypeCellMutationState | ( | ) |
Constructor.
Definition at line 38 of file WildTypeCellMutationState.cpp.
| void WildTypeCellMutationState::serialize | ( | Archive & | archive, |
| const unsigned int | version | ||
| ) | [inline, private] |
Archive the cell mutation state.
| archive | the archive |
| version | the current version of this class |
Reimplemented from AbstractCellMutationState.
Definition at line 58 of file WildTypeCellMutationState.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractCellMutationState.
Definition at line 50 of file WildTypeCellMutationState.hpp.