|  | Peak | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe PeakFinderBase type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PeakFinderBase | Builds an instance of the abstract peak finding base class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | InputData | Gets / Sets the input data. Set nullifies current peak list. | 
|  | Item | Gets the extrema via index operator. | 
|  | NumberPeaks | Gets the number of peaks found. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ApplySortOrder | Applies the desired sort order on the found peaks. | 
|  | GetAllPeaks | Returns a list of all C# Extrema | 
|  | LocatePeakIndices | Locates the Indices in the vector preceeding the peak. | 
|  | LocatePeaks | Locates the all peak abscissae and their smoothed values in current data set. | 
|  | RetainPeaks(FuncExtrema, Boolean) | Retains C# Extrema C# thisC# FilterDelegate | 
|  | RetainPeaks(FuncExtrema, Extrema, Extrema, Boolean, Boolean) | Retains C# Extrema C# thisC# FilterDelegate C# DropEdgePeaks | 
|  | SelectPeaks | Obsolete. Deprecated. Selects and returns a list of C# Extrema C# FilterDelegate | 
|  | SelectPeaksForwardOrder | Selects and returns a list of C# Extrema C# FilterDelegate | 
|  | SelectPeaksReverseOrder | Selects and returns a list of C# Extrema C# FilterDelegate | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | peakabscissae_ | List of the peaks abscissae. | 
|  | peakvalues_ | List of peaks ordinates. | 
 See Also
See Also