#include <IsolatedLabelledCellKiller.hpp>
Inherits AbstractCellKiller< DIM >.
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 |
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.
IsolatedLabelledCellKiller< DIM >::IsolatedLabelledCellKiller | ( | AbstractCellPopulation< DIM > * | pCellPopulation | ) | [inline] |
Default constructor.
pCellPopulation | pointer to a cell population |
Definition at line 41 of file IsolatedLabelledCellKiller.cpp.
References EXCEPTION.
void IsolatedLabelledCellKiller< DIM >::CheckAndLabelCellsForApoptosisOrDeath | ( | ) | [inline, virtual] |
Kills any isolated cells with the CellLabel property (unless there is only one such cell in the population).
Implements AbstractCellKiller< DIM >.
Definition at line 51 of file IsolatedLabelledCellKiller.cpp.
References AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM >::Begin(), AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM >::End(), AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM >::GetCellPropertyRegistry(), AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM >::GetCellUsingLocationIndex(), AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM >::GetLocationIndexUsingCell(), VertexMesh< ELEMENT_DIM, SPACE_DIM >::GetNeighbouringElementIndices(), and AbstractCellKiller< DIM >::mpCellPopulation.
void IsolatedLabelledCellKiller< DIM >::OutputCellKillerParameters | ( | out_stream & | rParamsFile | ) | [inline, virtual] |
Overridden OutputCellKillerParameters() method.
rParamsFile | the file stream to which the parameters are output |
Implements AbstractCellKiller< DIM >.
Definition at line 97 of file IsolatedLabelledCellKiller.cpp.
void IsolatedLabelledCellKiller< DIM >::serialize | ( | Archive & | archive, | |
const unsigned int | version | |||
) | [inline, private] |
Archive the object.
archive | the archive | |
version | the current version of this class |
Reimplemented from AbstractCellKiller< DIM >.
Definition at line 68 of file IsolatedLabelledCellKiller.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractCellKiller< DIM >.
Definition at line 60 of file IsolatedLabelledCellKiller.hpp.