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