![]() |
Chaste Commit::675f9facbe008c5eacb9006feaeb6423206579ea
|
#include <T3SwapInfo.hpp>
Collaboration diagram for T3SwapInfo< SPACE_DIM >: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().