36 #ifndef VOLUMECONSTRAINTUPDATERULE_HPP_
37 #define VOLUMECONSTRAINTUPDATERULE_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "AbstractPottsUpdateRule.hpp"
43 #include "PottsBasedCellPopulation.hpp"
51 template<
unsigned DIM>
54 friend class TestPottsUpdateRules;
72 friend class boost::serialization::access;
80 template<
class Archive>
81 void serialize(Archive & archive,
const unsigned int version)
83 archive & boost::serialization::base_object<AbstractPottsUpdateRule<DIM> >(*this);
113 unsigned targetNodeIndex,
void SetMatureCellTargetVolume(double matureCellTargetVolume)
void serialize(Archive &archive, const unsigned int version)
double mMatureCellTargetVolume
~VolumeConstraintPottsUpdateRule()
double GetDeformationEnergyParameter()
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void SetDeformationEnergyParameter(double deformationEnergyParameter)
VolumeConstraintPottsUpdateRule()
void OutputUpdateRuleParameters(out_stream &rParamsFile)
double mDeformationEnergyParameter
double EvaluateHamiltonianContribution(unsigned currentNodeIndex, unsigned targetNodeIndex, PottsBasedCellPopulation< DIM > &rCellPopulation)
double GetMatureCellTargetVolume() const