SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
25#include "Configuration/Configuration.h"
26
27namespace SourceXtractor {
28
30
31public:
32
33 explicit 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
std::map< std::string, boost::program_options::variable_value > UserValues
void initialize(const UserValues &args) override
std::map< std::string, OptionDescriptionList > getProgramOptions() override