#include <CleanTracks.hxx>
Definition at line 62 of file CleanTracks.hxx.
Public Member Functions | |
CleanTracks () | |
CleanTracks (const CleanTracksConfig &c) | |
~CleanTracks () | |
const ProcessingConfig & | GetConfig () const |
Configuration getter. | |
bool | Do (Array< SpectralPeakArray * > &peakArrayArray) |
bool | Do (Segment &segment) |
bool | Do (void) |
Supervised mode execution method (using ports). | |
int | GetnCleanedTracks () const |
CLAM::CleanTracks::CleanTracks | ( | ) |
CLAM::CleanTracks::CleanTracks | ( | const CleanTracksConfig & | c | ) |
CLAM::CleanTracks::~CleanTracks | ( | ) |
Definition at line 52 of file CleanTracks.cxx.
const ProcessingConfig& CLAM::CleanTracks::GetConfig | ( | ) | const [inline, virtual] |
Configuration getter.
Gets the configuration parameters used to create the object.
Reimplemented from CLAM::Processing.
Definition at line 78 of file CleanTracks.hxx.
bool CLAM::CleanTracks::Do | ( | Array< SpectralPeakArray * > & | peakArrayArray | ) |
Definition at line 86 of file CleanTracks.cxx.
Definition at line 97 of file CleanTracks.cxx.
References CLAM::Array< T >::AddElem(), Do(), CLAM::Segment::GetFrame(), CLAM::Segment::GetnFrames(), and CLAM::Array< T >::Resize().
bool CLAM::CleanTracks::Do | ( | void | ) | [virtual] |
Supervised mode execution method (using ports).
Implements CLAM::Processing.
Definition at line 80 of file CleanTracks.cxx.
References CLAM_ASSERT.
Referenced by Do().
int CLAM::CleanTracks::GetnCleanedTracks | ( | ) | const [inline] |
Definition at line 85 of file CleanTracks.hxx.