MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / FeatureHandle

Method FeatureHandle

src/openms/source/KERNEL/FeatureHandle.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace OpenMS
14{
15 FeatureHandle::FeatureHandle() :
16 Peak2D(),
17 UniqueIdInterface(),
18 map_index_(0),
19 charge_(0),
20 width_(0)
21 {
22 }
23
24 FeatureHandle::FeatureHandle(UInt64 map_index, const Peak2D& point, UInt64 element_index) :
25 Peak2D(point),

Callers

nothing calls this directly

Calls 3

setUniqueIdFunction · 0.85
getChargeMethod · 0.45
getWidthMethod · 0.45

Tested by

no test coverage detected