Chaste Release::3.1
|
#include <ApcTwoHitCellMutationState.hpp>
Public Member Functions | |
ApcTwoHitCellMutationState () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Friends | |
class | boost::serialization::access |
Subclass of AbstractCellMutationState defining a APC -/- mutation state.
Definition at line 46 of file ApcTwoHitCellMutationState.hpp.
ApcTwoHitCellMutationState::ApcTwoHitCellMutationState | ( | ) |
Constructor.
Definition at line 38 of file ApcTwoHitCellMutationState.cpp.
void ApcTwoHitCellMutationState::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 ApcTwoHitCellMutationState.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractCellMutationState.
Definition at line 50 of file ApcTwoHitCellMutationState.hpp.