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

Method setID

src/openms/source/DATASTRUCTURES/Compomer.cpp:144–147  ·  view source on GitHub ↗

set an Id which allows unique identification of a compomer

Source from the content-addressed store, hash-verified

142
143 /// set an Id which allows unique identification of a compomer
144 void Compomer::setID(const Size& id)
145 {
146 id_ = id;
147 }
148
149 /// return Id which allows unique identification of this compomer
150 const Size& Compomer::getID() const

Callers 4

computeMethod · 0.80
START_SECTIONFunction · 0.80
Compomer_test.cppFile · 0.80

Calls

no outgoing calls

Tested by 1

START_SECTIONFunction · 0.64