Chaste
Release::3.4
|
#include <IsolatedLabelledCellKiller.hpp>
Public Member Functions | |
IsolatedLabelledCellKiller (AbstractCellPopulation< DIM > *pCellPopulation) | |
void | CheckAndLabelCellsForApoptosisOrDeath () |
void | OutputCellKillerParameters (out_stream &rParamsFile) |
Public Member Functions inherited from AbstractCellKiller< DIM > | |
AbstractCellKiller (AbstractCellPopulation< SPACE_DIM > *pCellPopulation) | |
virtual | ~AbstractCellKiller () |
const AbstractCellPopulation < SPACE_DIM > * | GetCellPopulation () const |
void | OutputCellKillerInfo (out_stream &rParamsFile) |
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 | TestCellKillers |
class | boost::serialization::access |
Additional Inherited Members | |
Protected Attributes inherited from AbstractCellKiller< DIM > | |
AbstractCellPopulation < SPACE_DIM > * | mpCellPopulation |
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 | ) |
Default constructor.
pCellPopulation | pointer to a cell population |
Definition at line 41 of file IsolatedLabelledCellKiller.cpp.
References EXCEPTION.
|
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(), and VertexMesh< ELEMENT_DIM, SPACE_DIM >::GetNeighbouringElementIndices().
|
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.
References AbstractCellKiller< SPACE_DIM >::OutputCellKillerParameters().
|
inlineprivate |
Archive the object.
archive | the archive |
version | the current version of this class |
Definition at line 68 of file IsolatedLabelledCellKiller.hpp.
|
friend |
Needed for serialization.
Definition at line 60 of file IsolatedLabelledCellKiller.hpp.