36#ifndef EXCLUSIONCABASEDDIVISIONRULE_HPP_
37#define EXCLUSIONCABASEDDIVISIONRULE_HPP_
40#include <boost/serialization/base_object.hpp>
42#include "AbstractCaBasedDivisionRule.hpp"
43#include "CaBasedCellPopulation.hpp"
52template <
unsigned SPACE_DIM>
57 friend class boost::serialization::access;
64 template<
class Archive>
65 void serialize(Archive & archive,
const unsigned int version)
67 archive & boost::serialization::base_object<AbstractCaBasedDivisionRule<SPACE_DIM> >(*this);
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void serialize(Archive &archive, const unsigned int version)
virtual ~ExclusionCaBasedDivisionRule()
ExclusionCaBasedDivisionRule()
virtual bool IsRoomToDivide(CellPtr pParentCell, CaBasedCellPopulation< SPACE_DIM > &rCellPopulation)
virtual unsigned CalculateDaughterNodeIndex(CellPtr pNewCell, CellPtr pParentCell, CaBasedCellPopulation< SPACE_DIM > &rCellPopulation)