36#ifndef ABSTRACTCABASEDDIVISIONRULE_HPP_
37#define ABSTRACTCABASEDDIVISIONRULE_HPP_
39#include "CaBasedCellPopulation.hpp"
54template<
unsigned SPACE_DIM>
59 friend class boost::serialization::access;
66 template<
class Archive>
67 void serialize(Archive & archive,
const unsigned int version)
#define TEMPLATED_CLASS_IS_ABSTRACT_1_UNSIGNED(T)
virtual unsigned CalculateDaughterNodeIndex(CellPtr pNewCell, CellPtr pParentCell, CaBasedCellPopulation< SPACE_DIM > &rCellPopulation)=0
void serialize(Archive &archive, const unsigned int version)
virtual void OutputCellCaBasedDivisionRuleParameters(out_stream &rParamsFile)
virtual bool IsRoomToDivide(CellPtr pParentCell, CaBasedCellPopulation< SPACE_DIM > &rCellPopulation)=0
virtual ~AbstractCaBasedDivisionRule()
void OutputCellCaBasedDivisionRuleInfo(out_stream &rParamsFile)
AbstractCaBasedDivisionRule()