#include <TopologyChange.h>
indicates that the indices of two Tetrahedra are being swapped
Public Attributes | |
Topology::TetrahedronID | index [2] |
Public Member Functions | |
TetrahedraIndicesSwap (const Topology::TetrahedronID i1, const Topology::TetrahedronID i2) | |
~TetrahedraIndicesSwap () override | |
![]() | |
virtual | ~TopologyChange () |
TopologyChangeType | getChangeType () const |
Returns the code of this TopologyChange. More... | |
virtual bool | write (std::ostream &out) const |
virtual bool | read (std::istream &in) |
Additional Inherited Members | |
![]() | |
TopologyChangeType | m_changeType |
A code that tells the nature of the Topology modification event (could be an enum). More... | |
![]() | |
TopologyChange (TopologyChangeType changeType=BASE) | |
Topology::TetrahedronID sofa::core::topology::TetrahedraIndicesSwap::index[2] |
|
inline |
|
override |