#include <ErrorCorrelation.h>
Public Member Functions | |
ErrorCorrelation (const pss &entry1, const pss &entry2, const ALIdouble corr) | |
const ALIdouble | getCorrelation () const |
const pss & | getEntry1 () const |
const pss & | getEntry2 () const |
void | update (const ALIdouble corr) |
Private Attributes | |
ALIdouble | theCorr |
pss | theEntry1 |
pss | theEntry2 |
Definition at line 16 of file ErrorCorrelation.h.
Definition at line 3 of file ErrorCorrelation.cc.
|
inline |
|
inline |
|
inline |
void ErrorCorrelation::update | ( | const ALIdouble | corr | ) |
Definition at line 7 of file ErrorCorrelation.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
private |
Definition at line 33 of file ErrorCorrelation.h.
Referenced by getCorrelation(), and update().
|
private |
Definition at line 31 of file ErrorCorrelation.h.
Referenced by getEntry1().
|
private |
Definition at line 32 of file ErrorCorrelation.h.
Referenced by getEntry2().