36 #ifndef ABSTRACTFORCE_HPP_
37 #define ABSTRACTFORCE_HPP_
42 #include "AbstractCellPopulation.hpp"
47 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM=ELEMENT_DIM>
51 friend class boost::serialization::access;
58 template<
class Archive>
59 void serialize(Archive & archive,
const unsigned int version)
#define TEMPLATED_CLASS_IS_ABSTRACT_2_UNSIGNED(T)
void serialize(Archive &archive, const unsigned int version)
virtual void AddForceContribution(AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > &rCellPopulation)=0
void OutputForceInfo(out_stream &rParamsFile)
virtual void OutputForceParameters(out_stream &rParamsFile)=0