36 #include "AbstractCellPopulationBoundaryCondition.hpp"
38 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
40 : mpCellPopulation(pCellPopulation)
44 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
49 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
52 return mpCellPopulation;
55 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
58 std::string cell_killer_type = GetIdentifier();
60 *rParamsFile <<
"\t\t<" << cell_killer_type <<
">\n";
61 OutputCellPopulationBoundaryConditionParameters(rParamsFile);
62 *rParamsFile <<
"\t\t</" << cell_killer_type <<
">\n";
65 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
const AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > * GetCellPopulation() const
AbstractCellPopulationBoundaryCondition(AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
void OutputCellPopulationBoundaryConditionInfo(out_stream &rParamsFile)
virtual ~AbstractCellPopulationBoundaryCondition()
virtual void OutputCellPopulationBoundaryConditionParameters(out_stream &rParamsFile)=0