36#ifndef CRYPTPROJECTIONFORCE_HPP_
37#define CRYPTPROJECTIONFORCE_HPP_
39#include "GeneralisedLinearSpringForce.hpp"
42#include <boost/serialization/base_object.hpp>
49 friend class TestCryptProjectionForce;
53 friend class boost::serialization::access;
61 template<
class Archive>
62 void serialize(Archive & archive,
const unsigned int version)
64 archive & boost::serialization::base_object<GeneralisedLinearSpringForce<2> >(*this);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
void UpdateNode3dLocationMap(AbstractCellPopulation< 2 > &rCellPopulation)
bool mIncludeWntChemotaxis
void SetWntChemotaxisStrength(double wntChemotaxisStrength)
std::map< unsigned, c_vector< double, 3 > > mNode3dLocationMap
double mWntChemotaxisStrength
c_vector< double, 2 > CalculateForceBetweenNodes(unsigned nodeAGlobalIndex, unsigned nodeBGlobalIndex, AbstractCellPopulation< 2 > &rCellPopulation)
double CalculateCryptSurfaceDerivativeAtPoint(const c_vector< double, 2 > &rNodeLocation)
void AddForceContribution(AbstractCellPopulation< 2 > &rCellPopulation)
void SetWntChemotaxis(bool includeWntChemotaxis)
void OutputForceParameters(out_stream &rParamsFile)
void serialize(Archive &archive, const unsigned int version)
double GetWntChemotaxisStrength()
double CalculateCryptSurfaceHeightAtPoint(const c_vector< double, 2 > &rNodeLocation)