Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <WildTypeCellMutationState.hpp>
Public Member Functions | |
WildTypeCellMutationState () | |
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 'wild type' mutation state.
Definition at line 46 of file WildTypeCellMutationState.hpp.
WildTypeCellMutationState::WildTypeCellMutationState | ( | ) |
Constructor.
Definition at line 38 of file WildTypeCellMutationState.cpp.
|
inlineprivate |
Archive the cell mutation state.
archive | the archive |
version | the current version of this class |
Definition at line 58 of file WildTypeCellMutationState.hpp.
|
friend |
Needed for serialization.
Definition at line 50 of file WildTypeCellMutationState.hpp.