IsolatedLabelledCellKiller< DIM > Class Template Reference

#include <IsolatedLabelledCellKiller.hpp>

Inherits AbstractCellKiller< DIM >.

Collaboration diagram for IsolatedLabelledCellKiller< DIM >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IsolatedLabelledCellKiller (AbstractCellPopulation< DIM > *pCellPopulation)
void CheckAndLabelCellsForApoptosisOrDeath ()
void OutputCellKillerParameters (out_stream &rParamsFile)

Private Member Functions

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

Friends

class TestCellKillers
class boost::serialization::access

Detailed Description

template<unsigned DIM>
class IsolatedLabelledCellKiller< DIM >

A cell killer that kills any cell: 1. that has the CellLabel property; 2. is not the only cell to have the CellLabel property; 3. shares no edges with any other cell with the CellLabel property.

Works for a VertexBasedCellPopulation only.

Definition at line 54 of file IsolatedLabelledCellKiller.hpp.


Constructor & Destructor Documentation

template<unsigned DIM>
IsolatedLabelledCellKiller< DIM >::IsolatedLabelledCellKiller ( AbstractCellPopulation< DIM > *  pCellPopulation  )  [inline]

Default constructor.

Parameters:
pCellPopulation pointer to a cell population

Definition at line 41 of file IsolatedLabelledCellKiller.cpp.

References EXCEPTION.


Member Function Documentation

template<unsigned DIM>
void IsolatedLabelledCellKiller< DIM >::CheckAndLabelCellsForApoptosisOrDeath (  )  [inline, virtual]
template<unsigned DIM>
void IsolatedLabelledCellKiller< DIM >::OutputCellKillerParameters ( out_stream &  rParamsFile  )  [inline, virtual]

Overridden OutputCellKillerParameters() method.

Parameters:
rParamsFile the file stream to which the parameters are output

Implements AbstractCellKiller< DIM >.

Definition at line 97 of file IsolatedLabelledCellKiller.cpp.

template<unsigned DIM>
template<class Archive >
void IsolatedLabelledCellKiller< DIM >::serialize ( Archive &  archive,
const unsigned int  version 
) [inline, private]

Archive the object.

Parameters:
archive the archive
version the current version of this class

Reimplemented from AbstractCellKiller< DIM >.

Definition at line 68 of file IsolatedLabelledCellKiller.hpp.


Friends And Related Function Documentation

template<unsigned DIM>
friend class boost::serialization::access [friend]

Needed for serialization.

Reimplemented from AbstractCellKiller< DIM >.

Definition at line 60 of file IsolatedLabelledCellKiller.hpp.


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

Generated by  doxygen 1.6.2