SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SNRRatio.h
Go to the documentation of this file.
1
25#ifndef _SEIMPLEMENTATION_PLUGIN_SNRRATIO_H_
26#define _SEIMPLEMENTATION_PLUGIN_SNRRATIO_H_
27
28#include "SEUtils/Types.h"
30
31namespace SourceXtractor {
32class SNRRatio : public Property {
33public:
34 virtual ~SNRRatio() = default;
35
37
39 return m_snrratio;
40 }
41
42private:
44}; // end of SNRRatio class
45} // namespace SourceXtractor
46
47#endif /* _SEIMPLEMENTATION_PLUGIN_SNRRATIO_H_*/
Base class for all Properties. (has no actual content)
Definition Property.h:33
virtual ~SNRRatio()=default
SNRRatio(SeFloat snrratio)
Definition SNRRatio.h:36
SeFloat getSNRRatio() const
Definition SNRRatio.h:38
static StaticPlugin< SNRRatioPlugin > snrratio