libpappsomspp
Library for mass spectrometry
|
#include <selectionpolygon.h>
Public Member Functions | |
SelectionPolygonSpec () | |
SelectionPolygonSpec (const SelectionPolygon &selection_polygon, DataKind data_kind) | |
SelectionPolygonSpec (const SelectionPolygonSpec &other) | |
SelectionPolygonSpec & | operator= (const SelectionPolygonSpec &other) |
QString | toString () const |
Public Attributes | |
SelectionPolygon | selectionPolygon |
DataKind | dataKind = DataKind::unset |
Definition at line 156 of file selectionpolygon.h.
pappso::SelectionPolygonSpec::SelectionPolygonSpec | ( | ) |
|
inline |
Definition at line 167 of file selectionpolygon.h.
|
inline |
Definition at line 174 of file selectionpolygon.h.
|
inline |
|
inline |
Definition at line 194 of file selectionpolygon.h.
References pappso::dt, pappso::mz, pappso::rt, and pappso::SelectionPolygon::toString().
DataKind pappso::SelectionPolygonSpec::dataKind = DataKind::unset |
Definition at line 160 of file selectionpolygon.h.
Referenced by operator=().
SelectionPolygon pappso::SelectionPolygonSpec::selectionPolygon |
Definition at line 159 of file selectionpolygon.h.
Referenced by operator=().