37#ifndef CHASTECUBOID_HPP_
38#define CHASTECUBOID_HPP_
40#include <boost/serialization/base_object.hpp>
41#include "AbstractChasteRegion.hpp"
42#include "ChastePoint.hpp"
50template <
unsigned SPACE_DIM>
61 template<
class Archive>
62 void serialize(Archive & archive,
const unsigned int version)
64 archive & boost::serialization::base_object<AbstractChasteRegion<SPACE_DIM> >(*this);
99 double GetWidth(
unsigned rDimension)
const;
115namespace serialization
118template<
class Archive,
unsigned SPACE_DIM>
119inline void save_construct_data(
132template<
class Archive,
unsigned SPACE_DIM>
133inline void load_construct_data(
144 delete p_upper_corner;
145 delete p_lower_corner;
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
bool DoesContain(const ChastePoint< SPACE_DIM > &rPointToCheck) const
const ChastePoint< SPACE_DIM > & rGetUpperCorner() const
const ChastePoint< SPACE_DIM > & rGetLowerCorner() const
void serialize(Archive &archive, const unsigned int version)
unsigned GetLongestAxis() const
friend class boost::serialization::access
ChastePoint< SPACE_DIM > mLowerCorner
ChastePoint< SPACE_DIM > mUpperCorner
double GetWidth(unsigned rDimension) const