#include <POP_ParticleList.h>
Public Member Functions | |
| POP_ParticleList (void) | |
| POP_ParticleList (const POP_ParticleList &src) | |
| ~POP_ParticleList (void) | |
| POP_ParticleList & | operator= (const POP_ParticleList &src) |
| bool | operator== (const POP_ParticleList &src) const |
| void | clear (void) |
| POP_ParticleNode * | add (GEO_PrimParticle *part, POP_Node *pop=NULL) |
| void | merge (const POP_ParticleList *list) |
| void | copyNewGdp (const POP_ParticleList &list, const GEO_Detail *gdp) |
| GEO_PrimParticle * | iterateInit (void) |
| GEO_PrimParticle * | iterateNext (void) |
| POP_ParticleNode * | find (GEO_PrimParticle *part) const |
| bool | isEmpty () const |
Protected Attributes | |
| POP_ParticleNode * | myHead |
| POP_ParticleNode * | myCurr |
Definition at line 49 of file POP_ParticleList.h.
| POP_ParticleList::POP_ParticleList | ( | void | ) | [inline] |
Definition at line 52 of file POP_ParticleList.h.
| POP_ParticleList::POP_ParticleList | ( | const POP_ParticleList & | src | ) | [inline] |
Definition at line 57 of file POP_ParticleList.h.
| POP_ParticleList::~POP_ParticleList | ( | void | ) | [inline] |
Definition at line 65 of file POP_ParticleList.h.
| POP_ParticleNode* POP_ParticleList::add | ( | GEO_PrimParticle * | part, | |
| POP_Node * | pop = NULL | |||
| ) |
| void POP_ParticleList::clear | ( | void | ) |
| void POP_ParticleList::copyNewGdp | ( | const POP_ParticleList & | list, | |
| const GEO_Detail * | gdp | |||
| ) |
| POP_ParticleNode* POP_ParticleList::find | ( | GEO_PrimParticle * | part | ) | const |
| bool POP_ParticleList::isEmpty | ( | ) | const [inline] |
Definition at line 105 of file POP_ParticleList.h.
| GEO_PrimParticle* POP_ParticleList::iterateInit | ( | void | ) |
| GEO_PrimParticle* POP_ParticleList::iterateNext | ( | void | ) |
| void POP_ParticleList::merge | ( | const POP_ParticleList * | list | ) |
| POP_ParticleList& POP_ParticleList::operator= | ( | const POP_ParticleList & | src | ) | [inline] |
Definition at line 70 of file POP_ParticleList.h.
| bool POP_ParticleList::operator== | ( | const POP_ParticleList & | src | ) | const [inline] |
Definition at line 81 of file POP_ParticleList.h.
POP_ParticleNode* POP_ParticleList::myCurr [protected] |
Definition at line 109 of file POP_ParticleList.h.
POP_ParticleNode* POP_ParticleList::myHead [protected] |
Definition at line 108 of file POP_ParticleList.h.
1.5.9