|
ESyS-Particle
2.3.4
|
#include <pi_storage.h>

Public Types | |
| typedef I | Interaction |
| typedef list< I >::iterator | Iterator |
Public Member Functions | |
| InteractionIterator (Iterator begin, Iterator end, AParallelParticleArray *ppa) | |
| bool | hasNext () |
| Interaction & | next () |
| int | getNumRemaining () |
Protected Member Functions | |
| bool | isInner (const Iterator &it) |
Private Attributes | |
| int | m_numRemaining |
| Iterator | m_it |
| Iterator | m_end |
| AParallelParticleArray * | m_ppa |
| typedef I TParallelInteractionStorage< I >::InteractionIterator::Interaction |
| typedef list<I>::iterator TParallelInteractionStorage< I >::InteractionIterator::Iterator |
| TParallelInteractionStorage< I >::InteractionIterator::InteractionIterator | ( | Iterator | begin, |
| Iterator | end, | ||
| AParallelParticleArray * | ppa | ||
| ) |
References TParallelInteractionStorage< I >::InteractionIterator::isInner(), TParallelInteractionStorage< I >::InteractionIterator::m_end, TParallelInteractionStorage< I >::InteractionIterator::m_it, and TParallelInteractionStorage< I >::InteractionIterator::m_numRemaining.

| int TParallelInteractionStorage< I >::InteractionIterator::getNumRemaining |
Referenced by ParallelInteractionStorage_EB< P, I >::saveCheckPointData(), ParallelInteractionStorage_ED< P, I >::saveCheckPointData(), and ParallelInteractionStorage_EB< P, I >::saveSnapShotData().

| bool TParallelInteractionStorage< I >::InteractionIterator::hasNext |
Referenced by ParallelInteractionStorage_EB< P, I >::saveCheckPointData(), ParallelInteractionStorage_ED< P, I >::saveCheckPointData(), and ParallelInteractionStorage_EB< P, I >::saveSnapShotData().

|
protected |
References AParallelParticleArray::isInInner(), and TParallelInteractionStorage< I >::InteractionIterator::m_ppa.
Referenced by TParallelInteractionStorage< I >::InteractionIterator::InteractionIterator().


| TParallelInteractionStorage< I >::InteractionIterator::Interaction & TParallelInteractionStorage< I >::InteractionIterator::next |
Referenced by ParallelInteractionStorage_EB< P, I >::saveCheckPointData(), ParallelInteractionStorage_ED< P, I >::saveCheckPointData(), and ParallelInteractionStorage_EB< P, I >::saveSnapShotData().

|
private |
|
private |
|
private |
|
private |