#include <ParticleID.h>
Public Methods | |
| ParticleID ( long id ) | |
| Constructors. More... | |
| ParticleID () | |
| ~ParticleID () | |
| Destructor. More... | |
| long | id () const |
| Retrieve particle identifiaction. More... | |
| operator long () const | |
| Retrieve particle identifiaction. More... | |
| void | setID (long value) |
| Update particle identifiaction. More... | |
| std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Private Attributes | |
| long | m_id |
| Particle identifiaction number. More... | |
Friends | |
| StreamBuffer& | operator<< ( StreamBuffer& s, const ParticleID& obj ) |
| Serialize the object for writing. More... | |
| StreamBuffer& | operator>> ( StreamBuffer& s, ParticleID& obj ) |
| Serialize the object for reading. More... | |
| std::ostream& | operator<< ( std::ostream& s, const ParticleID& obj ) |
| Output operator(ASCII). More... | |
|
|
Constructors.
Definition at line 30 of file ParticleID.h. |
|
|
Definition at line 32 of file ParticleID.h. |
|
|
Destructor.
Definition at line 35 of file ParticleID.h. |
|
|
Fill the output stream (ASCII).
Definition at line 63 of file ParticleID.h. Referenced by operator<<(). |
|
|
Retrieve particle identifiaction.
Definition at line 38 of file ParticleID.h. |
|
|
Retrieve particle identifiaction.
Definition at line 42 of file ParticleID.h. |
|
|
Update particle identifiaction.
Definition at line 45 of file ParticleID.h. |
|
|
Output operator(ASCII).
Definition at line 59 of file ParticleID.h. |
|
|
Serialize the object for writing.
Definition at line 50 of file ParticleID.h. |
|
|
Serialize the object for reading.
Definition at line 54 of file ParticleID.h. |
|
|
Particle identifiaction number.
Definition at line 72 of file ParticleID.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000