ProteoWizard
|
#include <ThresholdFilter.hpp>
Public Types | |
enum | ThresholdingBy_Type { ThresholdingBy_Count, ThresholdingBy_CountAfterTies, ThresholdingBy_AbsoluteIntensity, ThresholdingBy_FractionOfBasePeakIntensity, ThresholdingBy_FractionOfTotalIntensity, ThresholdingBy_FractionOfTotalIntensityCutoff } |
determines the method of thresholding and the meaning of the threshold value More... | |
enum | ThresholdingOrientation { Orientation_MostIntense, Orientation_LeastIntense } |
determines the orientation of the thresholding More... |
Public Member Functions | |
ThresholdFilter (ThresholdingBy_Type byType_=ThresholdingBy_Count, double threshold_=1.0, ThresholdingOrientation orientation_=Orientation_MostIntense, const pwiz::util::IntegerSet &msLevelsToThreshold=pwiz::util::IntegerSet(1, INT_MAX)) | |
virtual void | operator() (const pwiz::msdata::SpectrumPtr) const |
virtual void | describe (pwiz::msdata::ProcessingMethod &) const |
![]() | |
virtual | ~SpectrumDataFilter () |
Public Attributes | |
const ThresholdingBy_Type | byType |
const double | threshold |
const ThresholdingOrientation | orientation |
const pwiz::util::IntegerSet | msLevelsToThreshold |
Static Private Attributes | |
static const char * | byTypeMostIntenseName [] |
static const char * | byTypeLeastIntenseName [] |
Definition at line 37 of file ThresholdFilter.hpp.
determines the method of thresholding and the meaning of the threshold value
Definition at line 40 of file ThresholdFilter.hpp.
determines the orientation of the thresholding
Orientation_MostIntense | |
Orientation_LeastIntense |
thresholder removes the least intense data points thresholder removes the most intense data points |
Definition at line 78 of file ThresholdFilter.hpp.
pwiz::analysis::ThresholdFilter::ThresholdFilter | ( | ThresholdingBy_Type | byType_ = ThresholdingBy_Count , |
double | threshold_ = 1.0 , |
||
ThresholdingOrientation | orientation_ = Orientation_MostIntense , |
||
const pwiz::util::IntegerSet & | msLevelsToThreshold = pwiz::util::IntegerSet(1, INT_MAX) |
||
) |
|
virtual |
Implements pwiz::analysis::SpectrumDataFilter.
|
virtual |
Implements pwiz::analysis::SpectrumDataFilter.
const ThresholdingBy_Type pwiz::analysis::ThresholdFilter::byType |
Definition at line 92 of file ThresholdFilter.hpp.
const double pwiz::analysis::ThresholdFilter::threshold |
Definition at line 93 of file ThresholdFilter.hpp.
const ThresholdingOrientation pwiz::analysis::ThresholdFilter::orientation |
Definition at line 94 of file ThresholdFilter.hpp.
const pwiz::util::IntegerSet pwiz::analysis::ThresholdFilter::msLevelsToThreshold |
Definition at line 95 of file ThresholdFilter.hpp.
|
staticprivate |
Definition at line 98 of file ThresholdFilter.hpp.
|
staticprivate |
Definition at line 99 of file ThresholdFilter.hpp.