#include <POP_ParticleIterator.h>
Public Member Functions | |
| POP_ParticleIterator (GEO_PrimParticle *part) | |
| bool | atEnd () const |
| void | advance () |
| POP_ParticleIterator & | operator++ () |
| bool | blockAdvance (GA_Offset &start, GA_Offset &end) |
| GA_Offset | getOffset () const |
| GA_Offset | operator* () const |
Protected Attributes | |
| GEO_Detail * | myGdp |
| GEO_PrimParticle * | myPart |
| GA_Index | myIdx |
| GA_Size | myNumPt |
| GA_Offset | myPtOff |
POP/POP_CircleForce.C, POP/POP_LocalForce.C, and POP/POP_SpotLight.C.
Definition at line 20 of file POP_ParticleIterator.h.
| POP_ParticleIterator::POP_ParticleIterator | ( | GEO_PrimParticle * | part | ) | [inline] |
Definition at line 23 of file POP_ParticleIterator.h.
| void POP_ParticleIterator::advance | ( | ) | [inline] |
Definition at line 37 of file POP_ParticleIterator.h.
| bool POP_ParticleIterator::atEnd | ( | ) | const [inline] |
Definition at line 33 of file POP_ParticleIterator.h.
Definition at line 48 of file POP_ParticleIterator.h.
| GA_Offset POP_ParticleIterator::getOffset | ( | ) | const [inline] |
Definition at line 75 of file POP_ParticleIterator.h.
| GA_Offset POP_ParticleIterator::operator* | ( | void | ) | const [inline] |
Definition at line 76 of file POP_ParticleIterator.h.
| POP_ParticleIterator& POP_ParticleIterator::operator++ | ( | ) | [inline] |
Definition at line 45 of file POP_ParticleIterator.h.
GEO_Detail* POP_ParticleIterator::myGdp [protected] |
Definition at line 79 of file POP_ParticleIterator.h.
GA_Index POP_ParticleIterator::myIdx [protected] |
Definition at line 81 of file POP_ParticleIterator.h.
GA_Size POP_ParticleIterator::myNumPt [protected] |
Definition at line 82 of file POP_ParticleIterator.h.
GEO_PrimParticle* POP_ParticleIterator::myPart [protected] |
Definition at line 80 of file POP_ParticleIterator.h.
GA_Offset POP_ParticleIterator::myPtOff [protected] |
Definition at line 83 of file POP_ParticleIterator.h.
1.5.9