|
ESyS-Particle
2.3.4
|
#include <GeometryReader.h>
Public Types | |
| typedef SimpleParticleData::Id | Id |
| typedef SimpleParticleData::Tag | Tag |
Public Member Functions | |
| SimpleConnectionData () | |
| SimpleConnectionData (Id p1Id, Id p2Id, Tag tag) | |
| bool | operator== (const SimpleConnectionData &particleData) const |
| const Id & | getP1Id () const |
| const Id & | getP2Id () const |
| const Tag & | getTag () const |
| void | read (std::istream &istream) |
| void | write (std::ostream &write) const |
Private Attributes | |
| Id | m_particle1Id |
| Id | m_particle2Id |
| Tag | m_tag |
Represents a connections between a pair of particles.
| esys::lsm::SimpleConnectionData::SimpleConnectionData | ( | ) |
| const SimpleConnectionData::Id & esys::lsm::SimpleConnectionData::getP1Id | ( | ) | const |
References m_particle1Id.
Referenced by operator==(), and write().

| const SimpleConnectionData::Id & esys::lsm::SimpleConnectionData::getP2Id | ( | ) | const |
References m_particle2Id.
Referenced by operator==(), and write().

| const SimpleConnectionData::Tag & esys::lsm::SimpleConnectionData::getTag | ( | ) | const |
References m_tag.
Referenced by operator==(), and write().

| bool esys::lsm::SimpleConnectionData::operator== | ( | const SimpleConnectionData & | particleData | ) | const |
| void esys::lsm::SimpleConnectionData::read | ( | std::istream & | istream | ) |
References m_particle1Id, m_particle2Id, and m_tag.
Referenced by esys::lsm::operator>>().

| void esys::lsm::SimpleConnectionData::write | ( | std::ostream & | write | ) | const |
References getP1Id(), getP2Id(), and getTag().
Referenced by esys::lsm::operator<<().

