36 #ifndef CELLANCESTOR_HPP_
37 #define CELLANCESTOR_HPP_
39 #include <boost/shared_ptr.hpp>
40 #include "AbstractCellProperty.hpp"
42 #include <boost/serialization/base_object.hpp>
70 template<
class Archive>
71 void serialize(Archive & archive,
const unsigned int version)
73 archive & boost::serialization::base_object<AbstractCellProperty>(*this);
CellAncestor(unsigned ancestor=UNSIGNED_UNSET)
void serialize(Archive &archive, const unsigned int version)
const unsigned UNSIGNED_UNSET
unsigned GetAncestor() const
#define CHASTE_CLASS_EXPORT(T)
friend class boost::serialization::access