|
ProteoWizard
|
Public Attributes | |
| size_t | windowSize |
| const char * | xRaw |
| const char * | yRaw |
| const char * | xPeakValues |
| const char * | yPeakValues |
| int | polynomialOrder |
| int | windowSize |
| const char * | xSmoothed |
| const char * | ySmoothed |
| size_t | zeroSampleCount |
| const char * | xFilled |
| const char * | yFilled |
Definition at line 35 of file LocalMaximumPeakDetectorTest.cpp.
| size_t TestData::windowSize |
Definition at line 37 of file LocalMaximumPeakDetectorTest.cpp.
Referenced by test().
| const char * TestData::xRaw |
Definition at line 38 of file LocalMaximumPeakDetectorTest.cpp.
Referenced by test().
| const char * TestData::yRaw |
Definition at line 39 of file LocalMaximumPeakDetectorTest.cpp.
Referenced by test().
| const char* TestData::xPeakValues |
Definition at line 40 of file LocalMaximumPeakDetectorTest.cpp.
Referenced by test().
| const char* TestData::yPeakValues |
Definition at line 41 of file LocalMaximumPeakDetectorTest.cpp.
Referenced by test().
| int TestData::polynomialOrder |
Definition at line 37 of file SavitzkyGolaySmootherTest.cpp.
Referenced by test().
| int TestData::windowSize |
Definition at line 37 of file SavitzkyGolaySmootherTest.cpp.
| const char* TestData::xSmoothed |
Definition at line 40 of file SavitzkyGolaySmootherTest.cpp.
Referenced by test().
| const char* TestData::ySmoothed |
Definition at line 41 of file SavitzkyGolaySmootherTest.cpp.
Referenced by test().
| size_t TestData::zeroSampleCount |
Definition at line 38 of file ZeroSampleFillerTest.cpp.
Referenced by test().
| const char* TestData::xFilled |
Definition at line 41 of file ZeroSampleFillerTest.cpp.
Referenced by test().
| const char* TestData::yFilled |
Definition at line 42 of file ZeroSampleFillerTest.cpp.
Referenced by test().
1.8.1.1