SourceXtractorPlusPlus  0.12
Please provide a description of the project.
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 
31 namespace SourceXtractor {
32 class SNRRatio : public Property {
33 public:
34  virtual ~SNRRatio() = default;
35 
37 
38  SeFloat getSNRRatio() const {
39  return m_snrratio;
40  }
41 
42 private:
44 }; // end of SNRRatio class
45 } // namespace SourceXtractor
46 
47 #endif /* _SEIMPLEMENTATION_PLUGIN_SNRRATIO_H_*/
SeFloat32 SeFloat
Definition: Types.h:32
SNRRatio(SeFloat snrratio)
Definition: SNRRatio.h:36
Base class for all Properties. (has no actual content)
Definition: Property.h:33
SeFloat getSNRRatio() const
Definition: SNRRatio.h:38
static StaticPlugin< SNRRatioPlugin > snrratio
virtual ~SNRRatio()=default