36 #ifndef WELIKYOSTERFORCE_HPP_ 37 #define WELIKYOSTERFORCE_HPP_ 40 #include <boost/serialization/base_object.hpp> 42 #include "AbstractForce.hpp" 43 #include "VertexBasedCellPopulation.hpp" 53 template<
unsigned DIM>
56 friend class TestForces;
70 friend class boost::serialization::access;
78 template<
class Archive>
79 void serialize(Archive & archive,
const unsigned int version)
81 archive & boost::serialization::base_object<AbstractForce<DIM> >(*this);
double mWelikyOsterAreaParameter
double GetWelikyOsterAreaParameter()
double mWelikyOsterPerimeterParameter
void SetWelikyOsterPerimeterParameter(double welikyOsterPerimeterParameter)
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void SetWelikyOsterAreaParameter(double welikyOsterAreaParameter)
void AddForceContribution(AbstractCellPopulation< DIM > &rCellPopulation)
void serialize(Archive &archive, const unsigned int version)
gcov doesn't like this file...
double GetWelikyOsterPerimeterParameter()
void OutputForceParameters(out_stream &rParamsFile)