|
pappsomspp
Library for mass spectrometry
|
#include <timsxicextractorinterface.h>
Public Member Functions | |
| TimsXicExtractorInterface (TimsData *mp_tims_data) | |
| virtual | ~TimsXicExtractorInterface () |
| void | setXicExtractMethod (XicExtractMethod method) |
| set the XIC extraction method More... | |
Protected Member Functions | |
| virtual void | extractTimsXicList (std::vector< TimsXicStructure > &timsXicList, double rtRange) const =0 |
| extract XICs for given coordinates XICs are extracted given their coordinates : retention time target, mobility range, mz range More... | |
Protected Attributes | |
| TimsData * | mp_timsData |
| XicExtractMethod | m_xicExtractMethod = XicExtractMethod::max |
Definition at line 68 of file timsxicextractorinterface.h.
| TimsXicExtractorInterface::TimsXicExtractorInterface | ( | TimsData * | mp_tims_data | ) |
Definition at line 31 of file timsxicextractorinterface.cpp.
|
virtual |
Definition at line 36 of file timsxicextractorinterface.cpp.
|
protectedpure virtual |
extract XICs for given coordinates XICs are extracted given their coordinates : retention time target, mobility range, mz range
| timsXicList | list of TIMS XIC structures (XIC coordinates) |
| rtRange | the range in seconds that will be applied before and after XIC rtTarget to extract signal |
Implemented in pappso::TimsDirectXicExtractor.
| void TimsXicExtractorInterface::setXicExtractMethod | ( | XicExtractMethod | method | ) |
set the XIC extraction method
Definition at line 41 of file timsxicextractorinterface.cpp.
References m_xicExtractMethod.
|
protected |
Definition at line 93 of file timsxicextractorinterface.h.
Referenced by pappso::TimsDirectXicExtractor::extractTimsXicList(), and setXicExtractMethod().
|
protected |
Definition at line 92 of file timsxicextractorinterface.h.
Referenced by pappso::TimsDirectXicExtractor::extractTimsXicList().