#include <TabulatedFunctionIterators.h>
Public Member Functions | |
bool | operator!= (const TabulatedFunctionErrIterator &it) const |
PairErr | operator* () const |
TabulatedFunctionErrIterator & | operator++ () |
TabulatedFunctionErrIterator | operator++ (int) |
PairErr * | operator-> () const |
bool | operator== (const TabulatedFunctionErrIterator &it) const |
TabulatedFunctionErrIterator () | |
TabulatedFunctionErrIterator (const InternalIterator xIt, const InternalIterator xErrIt, const InternalIterator yIt, const InternalIterator yErrIt) | |
Private Types | |
typedef std::vector< double > ::iterator | InternalIterator |
Private Attributes | |
PairErr | fPair |
InternalIterator | fXErrIterator |
InternalIterator | fXIterator |
InternalIterator | fYErrIterator |
InternalIterator | fYIterator |
Friends | |
class | TabulatedFunctionErrors |
Definition at line 110 of file TabulatedFunctionIterators.h.
|
private |
Definition at line 114 of file TabulatedFunctionIterators.h.
|
inline |
Definition at line 117 of file TabulatedFunctionIterators.h.
|
inline |
Definition at line 119 of file TabulatedFunctionIterators.h.
|
inline |
Definition at line 140 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 123 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 129 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 132 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 126 of file TabulatedFunctionIterators.h.
References fPair, fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
inline |
Definition at line 136 of file TabulatedFunctionIterators.h.
References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.
|
friend |
Definition at line 152 of file TabulatedFunctionIterators.h.
|
mutableprivate |
Definition at line 145 of file TabulatedFunctionIterators.h.
Referenced by operator->().
|
private |
Definition at line 148 of file TabulatedFunctionIterators.h.
Referenced by utl::TabulatedFunctionErrors::Insert(), operator!=(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 147 of file TabulatedFunctionIterators.h.
Referenced by utl::TabulatedFunctionErrors::Insert(), operator!=(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 150 of file TabulatedFunctionIterators.h.
Referenced by utl::TabulatedFunctionErrors::Insert(), operator!=(), operator*(), operator++(), operator->(), and operator==().
|
private |
Definition at line 149 of file TabulatedFunctionIterators.h.
Referenced by utl::TabulatedFunctionErrors::Insert(), operator!=(), operator*(), operator++(), operator->(), and operator==().