libpappsomspp
Library for mass spectrometry
pappso::TracePeakList Class Reference

#include <tracepeaklist.h>

Inheritance diagram for pappso::TracePeakList:
pappso::TraceDetectionSinkInterface

Public Member Functions

 TracePeakList ()
 
 TracePeakList (const TracePeakList &other)
 
virtual ~TracePeakList ()
 
virtual void setTracePeak (TracePeak &xic_peak) override
 

Detailed Description

Todo:
write docs

Definition at line 41 of file tracepeaklist.h.

Constructor & Destructor Documentation

◆ TracePeakList() [1/2]

TracePeakList::TracePeakList ( )

Default constructor

Definition at line 34 of file tracepeaklist.cpp.

35 {
36 }

◆ TracePeakList() [2/2]

TracePeakList::TracePeakList ( const TracePeakList other)

Copy constructor

Parameters
otherTODO

Definition at line 38 of file tracepeaklist.cpp.

39  : std::vector<TracePeak>(other)
40 {
41 }

◆ ~TracePeakList()

TracePeakList::~TracePeakList ( )
virtual

Destructor

Definition at line 43 of file tracepeaklist.cpp.

44 {
45 }

Member Function Documentation

◆ setTracePeak()

void pappso::TracePeakList::setTracePeak ( pappso::TracePeak xic_peak)
overridevirtual

Implements pappso::TraceDetectionSinkInterface.

Definition at line 48 of file tracepeaklist.cpp.

49 {
50  push_back(xic_peak);
51 }

The documentation for this class was generated from the following files: