36 #ifndef TOROIDAL2DVERTEXMESH_HPP_
37 #define TOROIDAL2DVERTEXMESH_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "MutableVertexMesh.hpp"
55 friend class TestToroidal2dVertexMesh;
77 template<
class Archive>
78 void serialize(Archive & archive,
const unsigned int version)
80 archive & boost::serialization::base_object<MutableVertexMesh<2,2> >(*this);
101 double cellRearrangementThreshold=0.01,
102 double t2Threshold=0.001);
125 c_vector<double, 2>
GetVectorFromAtoB(
const c_vector<double, 2>& rLocation1,
const c_vector<double, 2>& rLocation2);
147 double GetWidth(
const unsigned& rDimension)
const;
unsigned AddNode(Node< 2 > *pNewNode)
double GetWidth(const unsigned &rDimension) const
friend class boost::serialization::access
c_vector< double, 2 > GetVectorFromAtoB(const c_vector< double, 2 > &rLocation1, const c_vector< double, 2 > &rLocation2)
void ConstructFromMeshReader(AbstractMeshReader< 2, 2 > &rMeshReader, double width, double height)
void serialize(Archive &archive, const unsigned int version)
MutableVertexMesh< 2, 2 > * GetMeshForVtk()
void SetNode(unsigned nodeIndex, ChastePoint< 2 > point)
#define CHASTE_CLASS_EXPORT(T)