SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CoreThresholdPartitionConfig.h
Go to the documentation of this file.
1 
17 /*
18  * CoreThresholdPartitionConfig.h
19  *
20  * Created on: May 28, 2019
21  * Author: mkuemmel@usm.lmu.de
22  */
23 
24 #ifndef _SEIMPLEMENTATION_PLUGIN_CORETHRESHOLDCONFIG_H_
25 #define _SEIMPLEMENTATION_PLUGIN_CORETHRESHOLDCONFIG_H_
26 
28 
29 namespace SourceXtractor {
30 
32 public:
33  virtual ~CoreThresholdPartitionConfig() = default;
34 
35  CoreThresholdPartitionConfig(long manager_id);
36 
38 
39  //void preInitialize(const UserValues& args) override;
40  void initialize(const UserValues& args) override;
41 
42  const double& getCoreThreshold() const;
43 
44  const int& getCoreMinArea() const;
45 
46 private:
49 };
50 
51 } // end SExtractor
52 
53 #endif //_SEIMPLEMENTATION_PLUGIN_SNRLEVEL_SNRCONFIG_H_
std::map< std::string, OptionDescriptionList > getProgramOptions() override
STL class.