SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Configuration
AttractorsPartitionConfig.h
Go to the documentation of this file.
1
17
/*
18
* @file AttractorsPartitionConfig.h
19
* @author nikoapos
20
*/
21
22
#ifndef _SEIMPLEMENTATION_ATTRACTORSPARTITIONCONFIG_H
23
#define _SEIMPLEMENTATION_ATTRACTORSPARTITIONCONFIG_H
24
25
#include "Configuration/Configuration.h"
26
27
namespace
SourceXtractor
{
28
29
class
AttractorsPartitionConfig
:
public
Euclid::Configuration::Configuration
{
30
31
public
:
32
33
explicit
AttractorsPartitionConfig
(
long
manager_id);
34
35
virtual
~AttractorsPartitionConfig
() =
default
;
36
37
std::map<std::string, OptionDescriptionList>
getProgramOptions
()
override
;
38
39
void
initialize
(
const
UserValues
& args)
override
;
40
41
};
42
43
}
/* namespace SourceXtractor */
44
45
#endif
/* _SEIMPLEMENTATION_ATTRACTORSPARTITIONCONFIG_H */
46
Euclid::Configuration::Configuration
Euclid::Configuration::Configuration::UserValues
std::map< std::string, boost::program_options::variable_value > UserValues
SourceXtractor::AttractorsPartitionConfig::AttractorsPartitionConfig
AttractorsPartitionConfig(long manager_id)
Definition
AttractorsPartitionConfig.cpp:36
SourceXtractor::AttractorsPartitionConfig::~AttractorsPartitionConfig
virtual ~AttractorsPartitionConfig()=default
SourceXtractor::AttractorsPartitionConfig::getProgramOptions
std::map< std::string, OptionDescriptionList > getProgramOptions() override
Definition
AttractorsPartitionConfig.cpp:44
SourceXtractor::AttractorsPartitionConfig::initialize
void initialize(const UserValues &args) override
Definition
AttractorsPartitionConfig.cpp:51
std::map
SourceXtractor
Definition
Aperture.h:30
Generated by
1.14.0