![]() |
Chaste
Release::3.4
|
#include <ApcTwoHitCellMutationState.hpp>
Inheritance diagram for ApcTwoHitCellMutationState:
Collaboration diagram for ApcTwoHitCellMutationState:Public Member Functions | |
| ApcTwoHitCellMutationState () | |
Public Member Functions inherited from AbstractCellMutationState | |
| AbstractCellMutationState (unsigned colour) | |
| virtual | ~AbstractCellMutationState () |
| unsigned | GetColour () const |
Public Member Functions inherited from AbstractCellProperty | |
| AbstractCellProperty () | |
| virtual | ~AbstractCellProperty () |
| template<class CLASS > | |
| bool | IsType () const |
| template<class BASECLASS > | |
| bool | IsSubType () const |
| bool | IsSame (const AbstractCellProperty *pOther) const |
| bool | IsSame (boost::shared_ptr< const AbstractCellProperty > pOther) const |
| void | IncrementCellCount () |
| void | DecrementCellCount () |
| unsigned | GetCellCount () const |
Public Member Functions inherited from Identifiable | |
| virtual | ~Identifiable () |
| std::string | GetIdentifier () const |
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.
|
inlineprivate |
Archive the cell mutation state.
| archive | the archive |
| version | the current version of this class |
Definition at line 58 of file ApcTwoHitCellMutationState.hpp.
|
friend |
Needed for serialization.
Definition at line 50 of file ApcTwoHitCellMutationState.hpp.