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

Method getFeatureList

src/openms/source/KERNEL/ConsensusFeature.cpp:116–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 std::vector<FeatureHandle> ConsensusFeature::getFeatureList() const
117 {
118 std::vector<FeatureHandle> tmp;
119 for (ConsensusFeature::HandleSetType::const_iterator it = handles_.begin(); it != handles_.end(); ++it)
120 {
121 tmp.push_back(*it);
122 }
123 return tmp;
124 }
125
126 DRange<2> ConsensusFeature::getPositionRange() const
127 {

Calls 3

beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected