CLAM-Development
1.1
|
#include <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 |
Definition at line 62 of file CleanTracks.hxx.
Definition at line 42 of file CleanTracks.cxx.
References CLAM::Processing::Configure().
CLAM::CleanTracks::CleanTracks | ( | const CleanTracksConfig & | c | ) |
Definition at line 47 of file CleanTracks.cxx.
References CLAM::Processing::Configure().
Definition at line 52 of file CleanTracks.cxx.
bool CLAM::CleanTracks::Do | ( | Array< SpectralPeakArray * > & | peakArrayArray | ) |
Definition at line 86 of file CleanTracks.cxx.
bool CLAM::CleanTracks::Do | ( | Segment & | segment | ) |
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().
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.
int CLAM::CleanTracks::GetnCleanedTracks | ( | ) | const [inline] |
Definition at line 85 of file CleanTracks.hxx.
References CLAM::Array< T >::Size().