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"
52template <
unsigned SPACE_DIM>
63 template<
class Archive>
64 void serialize(Archive & archive,
const unsigned int version)
104namespace serialization {
111template <
unsigned SPACE_DIM>
gcov doesn't like this file...
#define TEMPLATED_CLASS_IS_ABSTRACT_1_UNSIGNED(T)
void serialize(Archive &archive, const unsigned int version)
virtual bool DoesContain(const ChastePoint< SPACE_DIM > &rPointToCheck) const =0
friend class boost::serialization::access
virtual ~AbstractChasteRegion()
CHASTE_VERSION_CONTENT(1)