#include <TestResult.h>
Public Member Functions | |
ScanData (const unsigned int scanNumber, const double testPoint) throw () | |
Functions of the inner class `scanData'. | |
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. |
Definition at line 166 of file TestResult.h.
|
Functions of the inner class `scanData'.
Definition at line 141 of file TestResult.cpp. |
|
Operators needed for sorting.
Definition at line 144 of file TestResult.cpp. |
|
Operators needed for sorting.
Definition at line 156 of file TestResult.cpp. |
|
Operators needed for sorting.
Definition at line 150 of file TestResult.cpp. |
|
The scan number.
Definition at line 183 of file TestResult.h. |
|
The value of the variable changed between scans.
Definition at line 184 of file TestResult.h. |