libpappsomspp
Library for mass spectrometry
|
#include <massdatacombinerinterface.h>
Public Types | |
using | Iterator = std::vector< const Trace * >::const_iterator |
Public Member Functions | |
MassDataCombinerInterface (int decimal_places=-1) | |
virtual | ~MassDataCombinerInterface () |
void | setDecimalPlaces (int value) |
int | getDecimalPlaces () const |
virtual MapTrace & | combine (MapTrace &map_trace, Iterator begin, Iterator end) |
virtual MapTrace & | combine (MapTrace &map_trace, const Trace &trace) const =0 |
virtual MapTrace & | combine (MapTrace &map_trace_out, const MapTrace &map_trace_in) const =0 |
Protected Attributes | |
int | m_decimalPlaces = -1 |
Number of decimals to use for the keys (x values) More... | |
Definition at line 25 of file massdatacombinerinterface.h.
using pappso::MassDataCombinerInterface::Iterator = std::vector<const Trace *>::const_iterator |
Definition at line 35 of file massdatacombinerinterface.h.
pappso::MassDataCombinerInterface::MassDataCombinerInterface | ( | int | decimal_places = -1 | ) |
Definition at line 19 of file massdatacombinerinterface.cpp.
|
virtual |
Definition at line 25 of file massdatacombinerinterface.cpp.
|
virtual |
Definition at line 45 of file massdatacombinerinterface.cpp.
int pappso::MassDataCombinerInterface::getDecimalPlaces | ( | ) | const |
Definition at line 38 of file massdatacombinerinterface.cpp.
References m_decimalPlaces.
void pappso::MassDataCombinerInterface::setDecimalPlaces | ( | int | value | ) |
Definition at line 31 of file massdatacombinerinterface.cpp.
References m_decimalPlaces.
|
protected |
Number of decimals to use for the keys (x values)
Definition at line 44 of file massdatacombinerinterface.h.
Referenced by pappso::MassSpectrumMinusCombiner::combine(), pappso::MassSpectrumPlusCombiner::combine(), pappso::TraceMinusCombiner::combine(), pappso::TracePlusCombiner::combine(), getDecimalPlaces(), pappso::MassSpectrumMinusCombiner::operator=(), pappso::MassSpectrumPlusCombiner::operator=(), and setDecimalPlaces().