#include <CDetector.h>
Public Member Functions | |
bool | operator!= (const StationIterator &other) const |
const Station & | operator* () const |
StationIterator & | operator++ () |
const Station * | operator-> () const |
bool | operator== (const StationIterator &other) const |
StationIterator (const InternalStationIterator &it) | |
StationIterator (const InternalStationIterator &begin, const InternalStationIterator &end, const CDetectorConstants::GridIndex index) | |
Private Attributes | |
InternalStationIterator | fEnd |
bool | fFilter |
CDetectorConstants::GridIndex | fIndex |
InternalStationIterator | fInternalIterator |
Definition at line 48 of file CDetector.h.
|
inline |
Definition at line 53 of file CDetector.h.
|
inline |
Definition at line 61 of file CDetector.h.
|
inline |
Definition at line 82 of file CDetector.h.
References operator==().
Definition at line 85 of file CDetector.h.
References fInternalIterator.
|
inline |
Definition at line 68 of file CDetector.h.
References fEnd, fFilter, fIndex, and fInternalIterator.
Definition at line 88 of file CDetector.h.
References fInternalIterator.
|
inline |
Definition at line 79 of file CDetector.h.
References fInternalIterator.
Referenced by operator!=().
|
private |
Definition at line 93 of file CDetector.h.
Referenced by operator++().
|
private |
Definition at line 95 of file CDetector.h.
Referenced by operator++().
|
private |
Definition at line 94 of file CDetector.h.
Referenced by operator++().
|
private |
Definition at line 92 of file CDetector.h.
Referenced by operator*(), operator++(), operator->(), and operator==().