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

Method getIntensity

src/openms/source/FORMAT/HANDLERS/FidHandler.cpp:47–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 Size FidHandler::getIntensity()
48 {
49 // intensity is coded in 32 bits little-endian integer format
50 Int32 result = 0;
51 read((char *) &result, 4);
52#ifdef OPENMS_BIG_ENDIAN
53 result = ByteReverse<Int32>(result);
54#endif
55 index_++;
56 return (result > 0) ? result : 0;
57 }
58} // namespace OpenMS // namespace Internal

Callers 15

writeTopFDMethod · 0.45
calculateSNmedianFunction · 0.45
collectQCDataMethod · 0.45
writeSpectrumMethod · 0.45
storeBaseFeature_Method · 0.45
storeMethod · 0.45
storeMethod · 0.45
writeFeaturesMethod · 0.45
writeTopFDFeaturesMethod · 0.45
writePromexFeaturesMethod · 0.45

Calls

no outgoing calls

Tested by 3

writeTopFDMethod · 0.36
storeMethod · 0.36