![]() |
Chaste
Release::3.4
|
#include <StemCellProliferativeType.hpp>
Inheritance diagram for StemCellProliferativeType:
Collaboration diagram for StemCellProliferativeType:Public Member Functions | |
| StemCellProliferativeType () | |
Public Member Functions inherited from AbstractCellProliferativeType | |
| AbstractCellProliferativeType (unsigned colour) | |
| virtual | ~AbstractCellProliferativeType () |
| 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 AbstractCellProliferativeType defining a stem cell.
Definition at line 46 of file StemCellProliferativeType.hpp.
| StemCellProliferativeType::StemCellProliferativeType | ( | ) |
Constructor.
Definition at line 38 of file StemCellProliferativeType.cpp.
|
inlineprivate |
Archive the cell proliferative type.
| archive | the archive |
| version | the current version of this class |
Definition at line 58 of file StemCellProliferativeType.hpp.
|
friend |
Needed for serialization.
Definition at line 50 of file StemCellProliferativeType.hpp.