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

Method FeatureMap

src/openms/source/KERNEL/FeatureMap.cpp:75–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 FeatureMap::FeatureMap() :
76 MetaInfoInterface(),
77 RangeManagerContainerType(),
78 DocumentIdentifier(),
79 ExposedVector<Feature>(),
80 UniqueIdInterface(),
81 UniqueIdIndexer<FeatureMap>(),
82 protein_identifications_(),
83 unassigned_peptide_identifications_(),
84 data_processing_(),
85 id_data_()
86 {
87 }
88
89 FeatureMap::FeatureMap(const FeatureMap& source) :
90 MetaInfoInterface(source),

Callers 15

alignFunction · 0.80
algorithmFunction · 0.80
algorithmFunction · 0.80
mainFunction · 0.80
algorithmFunction · 0.80
id_mapperFunction · 0.80
linkFunction · 0.80
testFeatureFinderFunction · 0.80

Calls 2

updateAllIDReferencesMethod · 0.80
mergeMethod · 0.45

Tested by 6

testFeatureFinderFunction · 0.64
testFeatureMapFunction · 0.64
testFeatureXMLFileFunction · 0.64
test_MapConversionFunction · 0.64