VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM > Class Template Reference

#include <VertexT3SwapLocationsWriter.hpp>

Inherits AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM >.

Collaboration diagram for VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 VertexT3SwapLocationsWriter ()
virtual void Visit (MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
virtual void Visit (CaBasedCellPopulation< SPACE_DIM > *pCellPopulation)
virtual void Visit (NodeBasedCellPopulation< SPACE_DIM > *pCellPopulation)
virtual void Visit (PottsBasedCellPopulation< SPACE_DIM > *pCellPopulation)
virtual void Visit (VertexBasedCellPopulation< SPACE_DIM > *pCellPopulation)

Private Member Functions

template<class Archive >
void serialize (Archive &archive, const unsigned int version)

Friends

class boost::serialization::access

Detailed Description

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
class VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >

A class written using the visitor pattern for writing node location from a cell population to file.

Definition at line 45 of file VertexT3SwapLocationsWriter.hpp.


Constructor & Destructor Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >::VertexT3SwapLocationsWriter (  )  [inline]

Default constructor

Definition at line 46 of file VertexT3SwapLocationsWriter.cpp.


Member Function Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
template<class Archive >
void VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >::serialize ( Archive &  archive,
const unsigned int  version 
) [inline, private]

Serialize the object and its member variables.

Parameters:
archive the archive
version the current version of this class

Reimplemented from AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM >.

Definition at line 57 of file VertexT3SwapLocationsWriter.hpp.

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
void VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >::Visit ( VertexBasedCellPopulation< SPACE_DIM > *  pCellPopulation  )  [inline, virtual]
template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
void VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >::Visit ( PottsBasedCellPopulation< SPACE_DIM > *  pCellPopulation  )  [inline, virtual]

Visit the population and write the data.

Parameters:
pCellPopulation a pointer to the PottsBasedCellPopulation to visit.

Implements AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM >.

Definition at line 67 of file VertexT3SwapLocationsWriter.cpp.

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
void VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >::Visit ( NodeBasedCellPopulation< SPACE_DIM > *  pCellPopulation  )  [inline, virtual]

Visit the population and write the data.

Parameters:
pCellPopulation a pointer to the NodeBasedCellPopulation to visit.

Implements AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM >.

Definition at line 62 of file VertexT3SwapLocationsWriter.cpp.

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
void VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >::Visit ( CaBasedCellPopulation< SPACE_DIM > *  pCellPopulation  )  [inline, virtual]

Visit the population and write the data.

Parameters:
pCellPopulation a pointer to the CaBasedCellPopulation to visit.

Implements AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM >.

Definition at line 57 of file VertexT3SwapLocationsWriter.cpp.

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
void VertexT3SwapLocationsWriter< ELEMENT_DIM, SPACE_DIM >::Visit ( MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > *  pCellPopulation  )  [inline, virtual]

Visit the population and write the data.

Parameters:
pCellPopulation a pointer to the MeshBasedCellPopulation to visit.

Implements AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM >.

Definition at line 52 of file VertexT3SwapLocationsWriter.cpp.


Friends And Related Function Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
friend class boost::serialization::access [friend]

Needed for serialization.

Reimplemented from AbstractCellPopulationWriter< ELEMENT_DIM, SPACE_DIM >.

Definition at line 49 of file VertexT3SwapLocationsWriter.hpp.


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2