#include <AtomSubsystem.h>
Public Types | |
typedef std::pair< AtomIndex, AtomIndex > | Pair |
Public Member Functions | |
PairIterator (const AtomSubsystem &a, const State &state, length_t cutoff=0.0 *nanometers, NeighborAlgorithm algorithm=AUTOMATIC) | |
PairIterator () | |
bool | operator!= (const PairIterator &rhs) const |
bool | operator== (const PairIterator &rhs) const |
bool | atEnd () const |
PairIterator | operator++ (int) |
PairIterator & | operator++ () |
const Pair & | operator* () const |
const Pair * | operator-> () const |
typedef std::pair<AtomIndex, AtomIndex> Pair |
PairIterator | ( | const AtomSubsystem & | a, | |
const State & | state, | |||
length_t | cutoff = 0.0 *nanometers , |
|||
NeighborAlgorithm | algorithm = AUTOMATIC | |||
) |
PairIterator | ( | ) |
bool atEnd | ( | ) | const |
bool operator!= | ( | const PairIterator & | rhs | ) | const |
const Pair& operator* | ( | ) | const |
PairIterator& operator++ | ( | ) |
PairIterator operator++ | ( | int | ) |
const Pair* operator-> | ( | ) | const |
bool operator== | ( | const PairIterator & | rhs | ) | const |