36 #include "VertexIntersectionSwapLocationsWriter.hpp" 37 #include "AbstractCellPopulation.hpp" 38 #include "MeshBasedCellPopulation.hpp" 39 #include "CaBasedCellPopulation.hpp" 40 #include "NodeBasedCellPopulation.hpp" 41 #include "PottsBasedCellPopulation.hpp" 42 #include "VertexBasedCellPopulation.hpp" 44 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
50 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
55 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
60 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
65 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
70 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
75 *this->
mpOutStream << intersection_swap_locations.size() <<
"\t";
76 for (
unsigned index = 0; index < intersection_swap_locations.size(); index++)
78 for (
unsigned i=0; i<SPACE_DIM; i++)
80 *this->
mpOutStream << intersection_swap_locations[index][i] <<
"\t";
std::vector< c_vector< double, SPACE_DIM > > GetLocationsOfIntersectionSwaps()
void ClearLocationsOfIntersectionSwaps()
virtual void Visit(MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
MutableVertexMesh< DIM, DIM > & rGetMesh()
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
VertexIntersectionSwapLocationsWriter()