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);
double GetWntChemotaxisStrength()
void SetWntChemotaxis(bool includeWntChemotaxis)
bool mIncludeWntChemotaxis
double CalculateCryptSurfaceDerivativeAtPoint(const c_vector< double, 2 > &rNodeLocation)
double CalculateCryptSurfaceHeightAtPoint(const c_vector< double, 2 > &rNodeLocation)
void UpdateNode3dLocationMap(AbstractCellPopulation< 2 > &rCellPopulation)
c_vector< double, 2 > CalculateForceBetweenNodes(unsigned nodeAGlobalIndex, unsigned nodeBGlobalIndex, AbstractCellPopulation< 2 > &rCellPopulation)
void serialize(Archive &archive, const unsigned int version)
std::map< unsigned, c_vector< double, 3 > > mNode3dLocationMap
void OutputForceParameters(out_stream &rParamsFile)
void AddForceContribution(AbstractCellPopulation< 2 > &rCellPopulation)
void SetWntChemotaxisStrength(double wntChemotaxisStrength)
#define CHASTE_CLASS_EXPORT(T)
double mWntChemotaxisStrength