36 #ifndef CYLINDRICAL2DVERTEXMESH_HPP_
37 #define CYLINDRICAL2DVERTEXMESH_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "MutableVertexMesh.hpp"
43 #include "Cylindrical2dMesh.hpp"
57 friend class TestCylindrical2dVertexMesh;
76 template<
class Archive>
77 void serialize(Archive & archive,
const unsigned int version)
79 archive & boost::serialization::base_object<MutableVertexMesh<2,2> >(*this);
102 double cellRearrangementThreshold=0.01,
103 double t2Threshold=0.001);
128 c_vector<double, 2>
GetVectorFromAtoB(
const c_vector<double, 2>& rLocation1,
const c_vector<double, 2>& rLocation2);
150 double GetWidth(
const unsigned& rDimension)
const;
168 void Scale(
const double xScale=1.0,
const double yScale=1.0,
const double zScale=1.0);
void serialize(Archive &archive, const unsigned int version)
unsigned AddNode(Node< 2 > *pNewNode)
double GetWidth(const unsigned &rDimension) const
friend class boost::serialization::access
Cylindrical2dVertexMesh()
void SetNode(unsigned nodeIndex, ChastePoint< 2 > point)
c_vector< double, 2 > GetVectorFromAtoB(const c_vector< double, 2 > &rLocation1, const c_vector< double, 2 > &rLocation2)
~Cylindrical2dVertexMesh()
#define CHASTE_CLASS_EXPORT(T)
MutableVertexMesh< 2, 2 > * GetMeshForVtk()
void Scale(const double xScale=1.0, const double yScale=1.0, const double zScale=1.0)