|
ESyS-Particle
2.3
|
#include <BMesh2DInteractionCpData.h>


Public Member Functions | |
| BMesh2DInteractionCpData () | |
| virtual | ~BMesh2DInteractionCpData () |
| BMesh2DInteractionCpData (const BEdge2DInteraction &) | |
| BMesh2DInteractionCpData (int, int) | |
| void | set (const BEdge2DInteraction &) |
| void | set (int, int) |
| int | getPID () |
| int | getTID () |
| virtual void | saveSnapShotData (ostream &) |
| virtual void | saveCheckPointData (ostream &) |
| virtual void | loadCheckPointData (istream &) |
Public Member Functions inherited from esys::lsm::CheckPointable | |
| CheckPointable () | |
| virtual | ~CheckPointable () |
| virtual void | saveCheckPointData (std::ostream &oStream)=0 |
| virtual void | saveSnapShotData (std::ostream &oStream) |
| virtual void | loadCheckPointData (std::istream &iStream)=0 |
Private Attributes | |
| Vec3 | m_ap |
| int | m_pid |
| int | m_tid |
| BMesh2DInteractionCpData::BMesh2DInteractionCpData | ( | ) |
|
inlinevirtual |
| BMesh2DInteractionCpData::BMesh2DInteractionCpData | ( | const BEdge2DInteraction & | bmi | ) |
References BEdge2DInteraction::getAP(), BEdge2DInteraction::getPid(), BEdge2DInteraction::getTid(), m_ap, m_pid, and m_tid.

| BMesh2DInteractionCpData::BMesh2DInteractionCpData | ( | int | pid, |
| int | tid | ||
| ) |
| int BMesh2DInteractionCpData::getPID | ( | ) |
References m_pid.
| int BMesh2DInteractionCpData::getTID | ( | ) |
References m_tid.
|
virtual |
|
virtual |
|
virtual |
| void BMesh2DInteractionCpData::set | ( | const BEdge2DInteraction & | bmi | ) |
References BEdge2DInteraction::getAP(), BEdge2DInteraction::getPid(), BEdge2DInteraction::getTid(), m_ap, m_pid, and m_tid.

|
private |
Referenced by BMesh2DInteractionCpData(), saveSnapShotData(), and set().
|
private |
Referenced by BMesh2DInteractionCpData(), getPID(), loadCheckPointData(), saveCheckPointData(), saveSnapShotData(), and set().
|
private |
Referenced by BMesh2DInteractionCpData(), getTID(), loadCheckPointData(), saveCheckPointData(), saveSnapShotData(), and set().