36 #ifndef ABSTRACTCHASTEREGION_HPP_ 37 #define ABSTRACTCHASTEREGION_HPP_ 43 #include <boost/serialization/base_object.hpp> 44 #include <boost/shared_ptr.hpp> 46 #include "ChastePoint.hpp" 52 template <
unsigned SPACE_DIM>
63 template<
class Archive>
64 void serialize(Archive & archive,
const unsigned int version)
104 namespace serialization {
111 template <
unsigned SPACE_DIM>
#define TEMPLATED_CLASS_IS_ABSTRACT_1_UNSIGNED(T)
friend class boost::serialization::access
virtual bool DoesContain(const ChastePoint< SPACE_DIM > &rPointToCheck) const =0
#define CHASTE_VERSION_CONTENT(N)
void serialize(Archive &archive, const unsigned int version)
gcov doesn't like this file...
virtual ~AbstractChasteRegion()