40 #include <OpenMS/OpenMSConfig.h> 113 UInt64 getMapIndex()
const;
117 void setMapIndex(
UInt64 i);
141 std::binary_function<FeatureHandle, FeatureHandle, bool>
float width_
Width of the feature (FWHM)
Definition: FeatureHandle.h:153
A 2-dimensional raw data point or peak.
Definition: Peak2D.h:54
bool operator()(FeatureHandle const &left, FeatureHandle const &right) const
Definition: FeatureHandle.h:180
void setMapIndex(UInt64 i)
Set the map index.
Size setUniqueId()
Assigns a new, valid unique id. Always returns 1.
Definition: UniqueIdInterface.h:150
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Comparator by map and unique id.
Definition: FeatureHandle.h:140
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Int charge_
Charge of the feature.
Definition: FeatureHandle.h:151
A basic LC-MS feature.
Definition: BaseFeature.h:55
Int ChargeType
Charge type.
Definition: FeatureHandle.h:68
friend std::ostream & operator<<(std::ostream &os, const Peak2D &point)
Print the contents to a stream.
FeatureHandleMutable_ & asMutable() const
Override (most of all) constness.
Definition: FeatureHandle.h:173
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:77
A base class defining a common interface for all classes having a unique id.
Definition: UniqueIdInterface.h:51
UInt64 map_index_
Index of the element's container.
Definition: FeatureHandle.h:149
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
Representation of a Peak2D, RichPeak2D or Feature .
Definition: FeatureHandle.h:57
float WidthType
Feature width type.
Definition: FeatureHandle.h:70
Helper class returned by FeatureHandle::asMutable(), which see.
Definition: FeatureHandle.h:163
UInt64 getUniqueId() const
Non-mutable access to unique id - returns the unique id.
Definition: UniqueIdInterface.h:109
int Int
Signed integer type.
Definition: Types.h:102