Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <T2SwapInfo.hpp>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Public Attributes | |
unsigned | mCellId |
c_vector< double, SPACE_DIM > | mLocation |
Friends | |
class | boost::serialization::access |
Records information about a T2 swap.
Definition at line 49 of file T2SwapInfo.hpp.
|
inline |
Archive the object.
archive | the archive |
version | the current version of this class |
Definition at line 61 of file T2SwapInfo.hpp.
References T2SwapInfo< SPACE_DIM >::mCellId, and T2SwapInfo< SPACE_DIM >::mLocation.
|
friend |
Needed for serialization.
Definition at line 52 of file T2SwapInfo.hpp.
unsigned T2SwapInfo< SPACE_DIM >::mCellId |
The ID of the cell associated with the element undergoing a T2 swap
Definition at line 68 of file T2SwapInfo.hpp.
Referenced by MutableVertexMesh< ELEMENT_DIM, SPACE_DIM >::PerformT2Swap(), and T2SwapInfo< SPACE_DIM >::serialize().
c_vector<double, SPACE_DIM> T2SwapInfo< SPACE_DIM >::mLocation |
The centroid the element undergoing a T2 swap
Definition at line 71 of file T2SwapInfo.hpp.
Referenced by MutableVertexMesh< ELEMENT_DIM, SPACE_DIM >::PerformT2Swap(), and T2SwapInfo< SPACE_DIM >::serialize().