#include <PlaneBasedCellKiller.hpp>


Public Member Functions | |
| PlaneBasedCellKiller (AbstractCellPopulation< DIM > *pCellPopulation, c_vector< double, DIM > point, c_vector< double, DIM > normal) | |
| const c_vector< double, DIM > & | rGetPointOnPlane () const |
| const c_vector< double, DIM > & | rGetNormalToPlane () const |
| virtual void | TestAndLabelCellsForApoptosisOrDeath () |
| void | OutputCellKillerParameters (out_stream &rParamsFile) |
Private Member Functions | |
| template<class Archive> | |
| void | serialize (Archive &archive, const unsigned int version) |
Private Attributes | |
| c_vector< double, DIM > | mPointOnPlane |
| c_vector< double, DIM > | mNormalToPlane |
Friends | |
| class | boost::serialization::access |
Definition at line 43 of file PlaneBasedCellKiller.hpp.
| PlaneBasedCellKiller< DIM >::PlaneBasedCellKiller | ( | AbstractCellPopulation< DIM > * | pCellPopulation, | |
| c_vector< double, DIM > | point, | |||
| c_vector< double, DIM > | normal | |||
| ) | [inline] |
Default constructor.
| pCellPopulation | pointer to a cell population | |
| point | point on the plane which nodes cannot cross | |
| normal | the outward pointing unit normal to the boundary plane |
Definition at line 32 of file PlaneBasedCellKiller.cpp.
References PlaneBasedCellKiller< DIM >::mNormalToPlane.
| void PlaneBasedCellKiller< DIM >::serialize | ( | Archive & | archive, | |
| const unsigned int | version | |||
| ) | [inline, private] |
Archive the object and its member variables.
Serialization of singleton objects must be done with care. Before the object is serialized via a pointer, it *MUST* be serialized directly, or an assertion will trip when a second instance of the class is created on de-serialization.
| archive | the archive | |
| version | the current version of this class |
Reimplemented from AbstractCellKiller< DIM >.
Definition at line 71 of file PlaneBasedCellKiller.hpp.
| const c_vector< double, DIM > & PlaneBasedCellKiller< DIM >::rGetPointOnPlane | ( | ) | const [inline] |
Definition at line 43 of file PlaneBasedCellKiller.cpp.
References PlaneBasedCellKiller< DIM >::mPointOnPlane.
| const c_vector< double, DIM > & PlaneBasedCellKiller< DIM >::rGetNormalToPlane | ( | ) | const [inline] |
Definition at line 49 of file PlaneBasedCellKiller.cpp.
References PlaneBasedCellKiller< DIM >::mNormalToPlane.
| void PlaneBasedCellKiller< DIM >::TestAndLabelCellsForApoptosisOrDeath | ( | ) | [inline, virtual] |
Loops over cells and kills cells outside boundary.
Implements AbstractCellKiller< DIM >.
Definition at line 55 of file PlaneBasedCellKiller.cpp.
References AbstractCellPopulation< DIM >::Begin(), AbstractCellPopulation< DIM >::End(), AbstractCellPopulation< DIM >::GetLocationOfCellCentre(), PlaneBasedCellKiller< DIM >::mNormalToPlane, AbstractCellKiller< DIM >::mpCellPopulation, and PlaneBasedCellKiller< DIM >::mPointOnPlane.
| void PlaneBasedCellKiller< 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 71 of file PlaneBasedCellKiller.cpp.
References PlaneBasedCellKiller< DIM >::mNormalToPlane, PlaneBasedCellKiller< DIM >::mPointOnPlane, and AbstractCellKiller< SPACE_DIM >::OutputCellKillerParameters().
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractCellKiller< DIM >.
Definition at line 58 of file PlaneBasedCellKiller.hpp.
c_vector<double, DIM> PlaneBasedCellKiller< DIM >::mPointOnPlane [private] |
A point on the plane which nodes cannot cross.
Definition at line 50 of file PlaneBasedCellKiller.hpp.
Referenced by PlaneBasedCellKiller< DIM >::OutputCellKillerParameters(), PlaneBasedCellKiller< DIM >::rGetPointOnPlane(), and PlaneBasedCellKiller< DIM >::TestAndLabelCellsForApoptosisOrDeath().
c_vector<double, DIM> PlaneBasedCellKiller< DIM >::mNormalToPlane [private] |
The outward pointing unit normal to the boundary plane.
Definition at line 55 of file PlaneBasedCellKiller.hpp.
Referenced by PlaneBasedCellKiller< DIM >::OutputCellKillerParameters(), PlaneBasedCellKiller< DIM >::PlaneBasedCellKiller(), PlaneBasedCellKiller< DIM >::rGetNormalToPlane(), and PlaneBasedCellKiller< DIM >::TestAndLabelCellsForApoptosisOrDeath().
1.5.5