#include <LabelledCellMutationState.hpp>
Inherits AbstractCellMutationState.
Public Member Functions | |
LabelledCellMutationState () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Friends | |
class | boost::serialization::access |
Subclass of AbstractCellMutationState defining a labelled mutation state. This isn't really a mutation state, but a hack to get the visualizer to use a different colour.
Definition at line 42 of file LabelledCellMutationState.hpp.
LabelledCellMutationState::LabelledCellMutationState | ( | ) |
Constructor.
Definition at line 31 of file LabelledCellMutationState.cpp.
void LabelledCellMutationState::serialize | ( | Archive & | archive, | |
const unsigned int | version | |||
) | [inline, private] |
Archive the cell cycle model.
archive | the archive | |
version | the current version of this class |
Reimplemented from AbstractCellMutationState.
Definition at line 54 of file LabelledCellMutationState.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractCellMutationState.
Definition at line 46 of file LabelledCellMutationState.hpp.