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>
55 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
60 *rParamsFile <<
"\t\t<" << cell_killer_type <<
">\n";
62 *rParamsFile <<
"\t\t</" << cell_killer_type <<
">\n";
65 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > * mpCellPopulation
const AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > * GetCellPopulation() const
AbstractCellPopulationBoundaryCondition(AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
void OutputCellPopulationBoundaryConditionInfo(out_stream &rParamsFile)
virtual ~AbstractCellPopulationBoundaryCondition()
std::string GetIdentifier() const
virtual void OutputCellPopulationBoundaryConditionParameters(out_stream &rParamsFile)=0