libpappsomspp
Library for mass spectrometry
|
#include <psmneweval.h>
Public Member Functions | |
PsmNewEval (std::size_t buffer_scan_size, CborStreamWriter *cbor_output_p, const QString &eval_name, const QJsonObject ¶meters) | |
virtual | ~PsmNewEval () |
void | addEvalDoubleVector (const QString &eval_key_value_name, std::vector< double > arr_values) |
![]() | |
PsmFileScanProcessAndCopy (std::size_t buffer_scan_size, CborStreamWriter *cbor_output_p, const QString &operation) | |
virtual | ~PsmFileScanProcessAndCopy () |
void | close () override |
![]() | |
PsmFileScanProcess (std::size_t buffer_scan_size) | |
virtual | ~PsmFileScanProcess () |
![]() | |
PsmFileReaderBase () | |
virtual | ~PsmFileReaderBase () |
void | readCbor (QFile *cborp, pappso::UiMonitorInterface &monitor) |
![]() | |
CborStreamReaderInterface () | |
virtual | ~CborStreamReaderInterface () |
Definition at line 37 of file psmneweval.h.
pappso::cbor::psm::PsmNewEval::PsmNewEval | ( | std::size_t | buffer_scan_size, |
CborStreamWriter * | cbor_output_p, | ||
const QString & | eval_name, | ||
const QJsonObject & | parameters ) |
Default constructor
Definition at line 31 of file psmneweval.cpp.
References pappso::cbor::psm::PsmFileScanProcessAndCopy::PsmFileScanProcessAndCopy(), m_evalName, and m_newEvalParameters.
|
virtual |
Definition at line 43 of file psmneweval.cpp.
void pappso::cbor::psm::PsmNewEval::addEvalDoubleVector | ( | const QString & | eval_key_value_name, |
std::vector< double > | arr_values ) |
Definition at line 57 of file psmneweval.cpp.
References m_evalKeyValueName, and m_psmEvalValues.
|
overrideprotectedvirtual |
Implements pappso::cbor::psm::PsmFileScanProcess.
Definition at line 48 of file psmneweval.cpp.
References pappso::cbor::psm::CborScanMapBase::addPsmEvalVectorDouble(), m_evalKeyValueName, m_evalName, m_psmEvalValues, and value_it.
|
overrideprotectedvirtual |
Reimplemented from pappso::cbor::psm::PsmFileScanProcessAndCopy.
Definition at line 65 of file psmneweval.cpp.
References pappso::cbor::psm::PsmFileReaderBase::m_cborParameterMap, m_evalName, m_newEvalParameters, and pappso::cbor::psm::PsmFileScanProcessAndCopy::mp_cborOutput.
|
protected |
Definition at line 59 of file psmneweval.h.
Referenced by addEvalDoubleVector(), and newCborScanMap().
|
protected |
Definition at line 58 of file psmneweval.h.
Referenced by PsmNewEval(), newCborScanMap(), and parameterMapReady().
|
protected |
Definition at line 57 of file psmneweval.h.
Referenced by PsmNewEval(), and parameterMapReady().
|
protected |
Definition at line 60 of file psmneweval.h.
Referenced by addEvalDoubleVector(), and newCborScanMap().
|
protected |
Definition at line 62 of file psmneweval.h.
Referenced by newCborScanMap().