#include <TrimRangeAlgorithm.h>
Public Member Functions | |
| TrimPoint (int value, int scan) throw () | |
| constructor | |
| TrimPoint () throw () | |
Data Fields | |
| int | value |
| The trim value. | |
| int | scan |
| The index of the scan in the test. | |
|
||||||||||||
|
constructor
Definition at line 61 of file TrimRangeAlgorithm.h. |
|
|
Definition at line 62 of file TrimRangeAlgorithm.h. |
|
|
The index of the scan in the test.
Definition at line 64 of file TrimRangeAlgorithm.h. Referenced by SctAnalysis::TrimRangeAlgorithm::canAddFitScanResult(). |
|
|
The trim value.
Definition at line 63 of file TrimRangeAlgorithm.h. Referenced by SctAnalysis::TrimRangeAlgorithm::canAddFitScanResult(). |
1.3-rc3