#include <TabulatedFunctionIterators.h>

Public Member Functions | |
| ConstTabulatedFunctionErrIterator () | |
| ConstTabulatedFunctionErrIterator (const InternalIterator xIt, const InternalIterator xErrIt, const InternalIterator yIt, const InternalIterator yErrIt) | |
| bool | operator!= (const ConstTabulatedFunctionErrIterator &it) const |
| PairErr | operator* () const |
| ConstTabulatedFunctionErrIterator & | operator++ () |
| ConstTabulatedFunctionErrIterator | operator++ (int) |
| const PairErr * | operator-> () const |
| bool | operator== (const ConstTabulatedFunctionErrIterator &it) const |
Private Types | |
| typedef std::vector< double > ::const_iterator | InternalIterator |
Private Attributes | |
| PairErr | fPair |
| InternalIterator | fXErrIterator |
| InternalIterator | fXIterator |
| InternalIterator | fYErrIterator |
| InternalIterator | fYIterator |
Friends | |
| class | TabulatedFunctionErrors |
Definition at line 157 of file TabulatedFunctionIterators.h.
|
private |
Definition at line 161 of file TabulatedFunctionIterators.h.
|
inline |
Definition at line 164 of file TabulatedFunctionIterators.h.
|
inline |
Definition at line 166 of file TabulatedFunctionIterators.h.
|
inline |
Definition at line 187 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 170 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 176 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 179 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 173 of file TabulatedFunctionIterators.h.
References fPair, fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 183 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
friend |
Definition at line 199 of file TabulatedFunctionIterators.h.
|
mutableprivate |
Definition at line 192 of file TabulatedFunctionIterators.h.
Referenced by operator->().
|
private |
Definition at line 195 of file TabulatedFunctionIterators.h.
Referenced by operator!=(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 194 of file TabulatedFunctionIterators.h.
Referenced by operator!=(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 197 of file TabulatedFunctionIterators.h.
Referenced by operator!=(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 196 of file TabulatedFunctionIterators.h.
Referenced by operator!=(), operator*(), operator++(), operator->(), and operator==().