Click or drag to resize

PeakSearchingNone Class

Peak searching implementation that performs no peak searching and always returns an empty result.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakSearchingPeakSearchingNone

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class PeakSearchingNone : IPeakSearching

The PeakSearchingNone type exposes the following members.

Constructors
 NameDescription
Public methodPeakSearchingNoneInitializes a new instance of the PeakSearchingNone class
Top
Methods
 NameDescription
Public methodStatic memberCombineResults Combines the results of two lists of PeakDescription instances into one list. Note that both input lists must already be sorted by position.
Public methodStatic memberConvertToRegularPeakDescription Converts a peak description that was retrieved from an enhanced spectrum to a peak description in the regular spectrum domain.
Public methodStatic memberDoPeaksCoincide Determines whether two peaks coincide.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetCoincidingPeaksEnhanced For a peak from the regular spectrum, finds coinciding peaks from the peak search performed on an enhanced spectrum.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberGetWidthValue Gets the width value from the fractional indices of the left side, the peak position, and the right side.
Public methodStatic memberIsInRange Determines whether a fractional index is in the range of the x-array so that it can be converted to an x-value.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also