|
libpappsomspp
Library for mass spectrometry
|
#include <tracepeak.h>
Public Member Functions | |
| TracePeak () | |
| TracePeak (std::vector< DataPoint >::const_iterator it_begin, std::vector< DataPoint >::const_iterator it_end) | |
| construct a peak given a trace, begin and end x coordinate More... | |
| TracePeak (const TracePeak &other) | |
| ~TracePeak () | |
| TracePeakCstSPtr | makeTracePeakCstSPtr () const |
| DataPoint & | getMaxXicElement () |
| const DataPoint & | getMaxXicElement () const |
| void | setMaxXicElement (const DataPoint &max) |
| DataPoint & | getLeftBoundary () |
| const DataPoint & | getLeftBoundary () const |
| void | setLeftBoundary (const DataPoint &left) |
| DataPoint & | getRightBoundary () |
| const DataPoint & | getRightBoundary () const |
| void | setRightBoundary (const DataPoint &right) |
| pappso_double | getArea () const |
| void | setArea (pappso_double area) |
| bool | containsRt (pappso::pappso_double rt) const |
| bool | operator== (const TracePeak &other) const |
| TracePeak & | operator= (const TracePeak &other) |
Protected Attributes | |
| pappso_double | m_area = 0 |
| DataPoint | m_max |
| DataPoint | m_left |
| DataPoint | m_right |
@/brief Xic Peak stores peak boudaries detected from a Xic
Definition at line 39 of file tracepeak.h.
| pappso::TracePeak::TracePeak | ( | ) |
Definition at line 31 of file tracepeak.cpp.
| pappso::TracePeak::TracePeak | ( | std::vector< DataPoint >::const_iterator | it_begin, |
| std::vector< DataPoint >::const_iterator | it_end | ||
| ) |
construct a peak given a trace, begin and end x coordinate
Definition at line 34 of file tracepeak.cpp.
References pappso::areaTrace(), m_area, m_left, m_max, m_right, and pappso::maxYDataPoint().
| pappso::TracePeak::TracePeak | ( | const TracePeak & | other | ) |
| pappso::TracePeak::~TracePeak | ( | ) |
Definition at line 52 of file tracepeak.cpp.
| bool pappso::TracePeak::containsRt | ( | pappso::pappso_double | rt | ) | const |
Definition at line 111 of file tracepeak.cpp.
References m_left, m_right, pappso::rt, and pappso::DataPoint::x.
| pappso_double pappso::TracePeak::getArea | ( | ) | const |
| DataPoint & pappso::TracePeak::getLeftBoundary | ( | ) |
Definition at line 74 of file tracepeak.cpp.
References m_left.
Referenced by pappso::QCPXic::drawXicPeakBorders().
|
inline |
Definition at line 69 of file tracepeak.h.
| DataPoint & pappso::TracePeak::getMaxXicElement | ( | ) |
Definition at line 64 of file tracepeak.cpp.
References m_max.
Referenced by pappso::QCPXic::drawXicPeakBorders().
|
inline |
Definition at line 61 of file tracepeak.h.
| DataPoint & pappso::TracePeak::getRightBoundary | ( | ) |
Definition at line 85 of file tracepeak.cpp.
References m_right.
Referenced by pappso::QCPXic::drawXicPeakBorders().
| const DataPoint & pappso::TracePeak::getRightBoundary | ( | ) | const |
| TracePeakCstSPtr pappso::TracePeak::makeTracePeakCstSPtr | ( | ) | const |
Definition at line 58 of file tracepeak.cpp.
|
inline |
| void pappso::TracePeak::setArea | ( | pappso_double | area | ) |
| void pappso::TracePeak::setLeftBoundary | ( | const DataPoint & | left | ) |
| void pappso::TracePeak::setMaxXicElement | ( | const DataPoint & | max | ) |
Definition at line 69 of file tracepeak.cpp.
References m_max, and pappso::max.
| void pappso::TracePeak::setRightBoundary | ( | const DataPoint & | right | ) |
|
protected |
Definition at line 42 of file tracepeak.h.
Referenced by TracePeak(), getArea(), operator=(), operator==(), and setArea().
|
protected |
Definition at line 44 of file tracepeak.h.
Referenced by TracePeak(), containsRt(), getLeftBoundary(), operator=(), operator==(), and setLeftBoundary().
|
protected |
Definition at line 43 of file tracepeak.h.
Referenced by TracePeak(), getMaxXicElement(), operator=(), operator==(), and setMaxXicElement().
|
protected |
Definition at line 45 of file tracepeak.h.
Referenced by TracePeak(), containsRt(), getRightBoundary(), operator=(), operator==(), and setRightBoundary().