Functor to add squared diff of right and base value to left. More...
#include <Functors.h>
Public Member Functions | |
| SumSqrDiff (T base) | |
| Accum | operator() (Accum left, T right) const |
Private Attributes | |
| Accum | itsBase |
Functor to add squared diff of right and base value to left.
It can be used to calculate the standard deviation.
Definition at line 606 of file Functors.h.
| casacore::SumSqrDiff< T, Accum >::SumSqrDiff | ( | T | base | ) | [inline, explicit] |
Definition at line 608 of file Functors.h.
| Accum casacore::SumSqrDiff< T, Accum >::operator() | ( | Accum | left, | |
| T | right | |||
| ) | const [inline] |
Definition at line 609 of file Functors.h.
References casacore::SumSqrDiff< T, Accum >::itsBase.
Accum casacore::SumSqrDiff< T, Accum >::itsBase [private] |
Definition at line 612 of file Functors.h.
Referenced by casacore::SumSqrDiff< T, Accum >::operator()().
1.6.1