36 #ifndef CYLINDRICAL2DVERTEXMESH_HPP_ 37 #define CYLINDRICAL2DVERTEXMESH_HPP_ 40 #include <boost/serialization/base_object.hpp> 42 #include "MutableVertexMesh.hpp" 43 #include "Cylindrical2dMesh.hpp" 55 friend class TestCylindrical2dVertexMesh;
74 template<
class Archive>
75 void serialize(Archive & archive,
const unsigned int version)
77 archive & boost::serialization::base_object<MutableVertexMesh<2,2> >(*this);
100 double cellRearrangementThreshold=0.01,
101 double t2Threshold=0.001);
126 c_vector<double, 2>
GetVectorFromAtoB(
const c_vector<double, 2>& rLocation1,
const c_vector<double, 2>& rLocation2);
148 double GetWidth(
const unsigned& rDimension)
const;
166 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)
gcov doesn't like this file...
MutableVertexMesh< 2, 2 > * GetMeshForVtk()
void Scale(const double xScale=1.0, const double yScale=1.0, const double zScale=1.0)