Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <T1SwapInfo.hpp>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Public Attributes | |
c_vector< double, SPACE_DIM > | mLocation |
c_vector< double, SPACE_DIM > | mPreSwapEdge |
c_vector< double, SPACE_DIM > | mPostSwapEdge |
Friends | |
class | boost::serialization::access |
Records information about a T1 swap.
Definition at line 49 of file T1SwapInfo.hpp.
|
inline |
Archive the object.
archive | the archive |
version | the current version of this class |
Definition at line 61 of file T1SwapInfo.hpp.
References T1SwapInfo< SPACE_DIM >::mLocation, T1SwapInfo< SPACE_DIM >::mPostSwapEdge, and T1SwapInfo< SPACE_DIM >::mPreSwapEdge.
|
friend |
Needed for serialization.
Definition at line 52 of file T1SwapInfo.hpp.
c_vector<double, SPACE_DIM> T1SwapInfo< SPACE_DIM >::mLocation |
The central point of the shrinking edge
Definition at line 69 of file T1SwapInfo.hpp.
Referenced by MutableVertexMesh< ELEMENT_DIM, SPACE_DIM >::PerformT1Swap(), and T1SwapInfo< SPACE_DIM >::serialize().
c_vector<double, SPACE_DIM> T1SwapInfo< SPACE_DIM >::mPostSwapEdge |
Vector from one node of the edge to the other Represents the orientation of the newly formed edge
Definition at line 81 of file T1SwapInfo.hpp.
Referenced by MutableVertexMesh< ELEMENT_DIM, SPACE_DIM >::PerformT1Swap(), and T1SwapInfo< SPACE_DIM >::serialize().
c_vector<double, SPACE_DIM> T1SwapInfo< SPACE_DIM >::mPreSwapEdge |
Vector from one node of the edge to the other. Represents orientation of an edge to be shrunk
Definition at line 75 of file T1SwapInfo.hpp.
Referenced by MutableVertexMesh< ELEMENT_DIM, SPACE_DIM >::PerformT1Swap(), and T1SwapInfo< SPACE_DIM >::serialize().