#include <TestResult.h>
Public Member Functions | |
ScanData (const unsigned int scanNumber, const double testPoint, shared_ptr< const RawScanResult > raw, shared_ptr< const FitScanResult > fit) throw () | |
Functions of the inner class `scanData'. | |
ScanData (const unsigned int scanNumber, const double testPoint) throw () | |
minimal constructor | |
bool | operator< (const ScanData &s) const throw () |
Operators needed for sorting. | |
bool | operator> (const ScanData &s) const throw () |
Operators needed for sorting. | |
bool | operator== (const unsigned int aScanNumber) const throw () |
Operators needed for sorting. | |
Data Fields | |
unsigned int | scanNumber |
The scan number. | |
double | testPoint |
The value of the variable changed between scans. | |
shared_ptr< const RawScanResult > | raw |
Cache of the appropriate RawScanResult. | |
shared_ptr< const FitScanResult > | fit |
Cache of the appropriate FitScanResult. |
Definition at line 189 of file TestResult.h.
|
Functions of the inner class `scanData'.
Definition at line 162 of file TestResult.cpp. |
|
minimal constructor
Definition at line 166 of file TestResult.cpp. |
|
Operators needed for sorting.
Definition at line 169 of file TestResult.cpp. |
|
Operators needed for sorting.
Definition at line 181 of file TestResult.cpp. |
|
Operators needed for sorting.
Definition at line 175 of file TestResult.cpp. |
|
Cache of the appropriate FitScanResult.
Definition at line 218 of file TestResult.h. |
|
Cache of the appropriate RawScanResult.
Definition at line 217 of file TestResult.h. |
|
The scan number.
Definition at line 215 of file TestResult.h. |
|
The value of the variable changed between scans.
Definition at line 216 of file TestResult.h. |