Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
DefaultCellProliferativeType Class Reference

#include <DefaultCellProliferativeType.hpp>

+ Inheritance diagram for DefaultCellProliferativeType:
+ Collaboration diagram for DefaultCellProliferativeType:

Public Member Functions

 DefaultCellProliferativeType ()
 
- 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
 

Detailed Description

Subclass of AbstractCellProliferativeType defining a 'default' cell. This means a cell that is not of type stem, transit or differentiated.

Definition at line 47 of file DefaultCellProliferativeType.hpp.

Constructor & Destructor Documentation

◆ DefaultCellProliferativeType()

DefaultCellProliferativeType::DefaultCellProliferativeType ( )

Constructor.

Definition at line 38 of file DefaultCellProliferativeType.cpp.

Member Function Documentation

◆ serialize()

template<class Archive >
void DefaultCellProliferativeType::serialize ( Archive &  archive,
const unsigned int  version 
)
inlineprivate

Archive the cell proliferative type.

Parameters
archivethe archive
versionthe current version of this class

Definition at line 59 of file DefaultCellProliferativeType.hpp.

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Needed for serialization.

Definition at line 51 of file DefaultCellProliferativeType.hpp.


The documentation for this class was generated from the following files: