|
ESyS-Particle
4.0.1
|
#include <GeometryReader.h>
Public Types | |
| typedef SimpleParticleData::Id | Id |
| typedef SimpleParticleData::Tag | Tag |
Public Member Functions | |
| 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 |
Represents a connections between a pair of particles.
1.7.6.1