SourceXtractorPlusPlus  0.13
Please provide a description of the project.
MinAreaPartitionConfig.h
Go to the documentation of this file.
1 
17 /*
18  * @file MinAreaPartitionConfig.h
19  * @author nikoapos
20  */
21 
22 #ifndef _SEIMPLEMENTATION_MINAREAPARTITIONCONFIG_H
23 #define _SEIMPLEMENTATION_MINAREAPARTITIONCONFIG_H
24 
26 
27 namespace SourceXtractor {
28 
30 
31 public:
32 
33  MinAreaPartitionConfig(long manager_id);
34 
35  virtual ~MinAreaPartitionConfig() = default;
36 
38 
39  void initialize(const UserValues& args) override;
40 
41 };
42 
43 } /* namespace SourceXtractor */
44 
45 #endif /* _SEIMPLEMENTATION_MINAREAPARTITIONCONFIG_H */
46 
SourceXtractor::MinAreaPartitionConfig
Definition: MinAreaPartitionConfig.h:29
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::MinAreaPartitionConfig::MinAreaPartitionConfig
MinAreaPartitionConfig(long manager_id)
Definition: MinAreaPartitionConfig.cpp:34
SourceXtractor::MinAreaPartitionConfig::getProgramOptions
std::map< std::string, OptionDescriptionList > getProgramOptions() override
Definition: MinAreaPartitionConfig.cpp:38
SourceXtractor::MinAreaPartitionConfig::initialize
void initialize(const UserValues &args) override
Definition: MinAreaPartitionConfig.cpp:44
std::map
STL class.
Configuration.h
SourceXtractor::MinAreaPartitionConfig::~MinAreaPartitionConfig
virtual ~MinAreaPartitionConfig()=default
Euclid::Configuration::Configuration