![]() |
Chaste
Release::3.4
|
#include <BetaCateninOneHitCellMutationState.hpp>
Inheritance diagram for BetaCateninOneHitCellMutationState:
Collaboration diagram for BetaCateninOneHitCellMutationState:Public Member Functions | |
| BetaCateninOneHitCellMutationState () | |
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 Beta-catenin with a change at residue 45 mutation state.
Definition at line 47 of file BetaCateninOneHitCellMutationState.hpp.
| BetaCateninOneHitCellMutationState::BetaCateninOneHitCellMutationState | ( | ) |
Constructor.
Definition at line 38 of file BetaCateninOneHitCellMutationState.cpp.
|
inlineprivate |
Archive the cell mutation state.
| archive | the archive |
| version | the current version of this class |
Definition at line 59 of file BetaCateninOneHitCellMutationState.hpp.
|
friend |
Needed for serialization.
Definition at line 51 of file BetaCateninOneHitCellMutationState.hpp.