 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
40 #include <OpenMS/OpenMSConfig.h>
113 UInt64 getMapIndex()
const;
117 void setMapIndex(
UInt64 i);
176 return static_cast<FeatureHandleMutable_&>(const_cast<FeatureHandle&>(*
this));
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:77
A 2-dimensional raw data point or peak.
Definition: Peak2D.h:54
A basic LC-MS feature.
Definition: BaseFeature.h:58
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
float width_
Width of the feature (FWHM)
Definition: FeatureHandle.h:152
A base class defining a common interface for all classes having a unique id.
Definition: UniqueIdInterface.h:50
Helper class returned by FeatureHandle::asMutable(), which see.
Definition: FeatureHandle.h:162
Comparator by map and unique id.
Definition: FeatureHandle.h:140
void setMapIndex(UInt64 i)
Set the map index.
Int ChargeType
Charge type.
Definition: FeatureHandle.h:68
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
friend std::ostream & operator<<(std::ostream &os, const Peak2D &point)
Print the contents to a stream.
Int charge_
Charge of the feature.
Definition: FeatureHandle.h:150
Size setUniqueId()
Assigns a new, valid unique id. Always returns 1.
UInt64 map_index_
Index of the element's container.
Definition: FeatureHandle.h:148
bool operator()(FeatureHandle const &left, FeatureHandle const &right) const
Definition: FeatureHandle.h:179
float WidthType
Feature width type.
Definition: FeatureHandle.h:70
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Representation of a Peak2D, RichPeak2D or Feature .
Definition: FeatureHandle.h:57
FeatureHandleMutable_ & asMutable() const
Override (most of all) constness.
Definition: FeatureHandle.h:172
UInt64 getUniqueId() const
Non-mutable access to unique id - returns the unique id.
Definition: UniqueIdInterface.h:104