36#ifndef VOLUMECONSTRAINTUPDATERULE_HPP_
37#define VOLUMECONSTRAINTUPDATERULE_HPP_
40#include <boost/serialization/base_object.hpp>
42#include "AbstractPottsUpdateRule.hpp"
43#include "PottsBasedCellPopulation.hpp"
54friend 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,
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void serialize(Archive &archive, const unsigned int version)
void OutputUpdateRuleParameters(out_stream &rParamsFile)
~VolumeConstraintPottsUpdateRule()
void SetMatureCellTargetVolume(double matureCellTargetVolume)
double GetDeformationEnergyParameter()
double EvaluateHamiltonianContribution(unsigned currentNodeIndex, unsigned targetNodeIndex, PottsBasedCellPopulation< DIM > &rCellPopulation)
double GetMatureCellTargetVolume() const
double mDeformationEnergyParameter
void SetDeformationEnergyParameter(double deformationEnergyParameter)
double mMatureCellTargetVolume
VolumeConstraintPottsUpdateRule()