36 #ifndef CELLLABEL_HPP_
37 #define CELLLABEL_HPP_
39 #include <boost/shared_ptr.hpp>
40 #include "AbstractCellProperty.hpp"
42 #include <boost/serialization/base_object.hpp>
73 template<
class Archive>
74 void serialize(Archive & archive,
const unsigned int version)
76 archive & boost::serialization::base_object<AbstractCellProperty>(*this);
friend class boost::serialization::access
unsigned GetColour() const
CellLabel(unsigned colour=5)
#define CHASTE_CLASS_EXPORT(T)
gcov doesn't like this file...
void serialize(Archive &archive, const unsigned int version)