SourceXtractorPlusPlus
0.10
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Configuration
MultiThresholdPartitionConfig.h
Go to the documentation of this file.
1
17
/*
18
* MultiThresholdPartitionConfig.h
19
*
20
* Created on: Jan 18, 2017
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_CONFIGURATION_MULTITHRESHOLDPARTITIONCONFIG_H_
25
#define _SEIMPLEMENTATION_CONFIGURATION_MULTITHRESHOLDPARTITIONCONFIG_H_
26
27
28
#include "
Configuration/Configuration.h
"
29
30
namespace
SourceXtractor {
31
32
class
MultiThresholdPartitionConfig
:
public
Euclid::Configuration::Configuration
{
33
34
public
:
35
36
MultiThresholdPartitionConfig
(
long
manager_id);
37
38
virtual
~MultiThresholdPartitionConfig
() =
default
;
39
40
std::map<std::string, OptionDescriptionList>
getProgramOptions
()
override
;
41
42
void
initialize
(
const
UserValues& args)
override
;
43
44
};
45
46
}
/* namespace SourceXtractor */
47
48
49
#endif
/* _SEIMPLEMENTATION_CONFIGURATION_MULTITHRESHOLDPARTITIONCONFIG_H_ */
SourceXtractor::MultiThresholdPartitionConfig::MultiThresholdPartitionConfig
MultiThresholdPartitionConfig(long manager_id)
Definition:
MultiThresholdPartitionConfig.cpp:40
SourceXtractor::MultiThresholdPartitionConfig::getProgramOptions
std::map< std::string, OptionDescriptionList > getProgramOptions() override
Definition:
MultiThresholdPartitionConfig.cpp:46
SourceXtractor::MultiThresholdPartitionConfig::~MultiThresholdPartitionConfig
virtual ~MultiThresholdPartitionConfig()=default
Euclid::Configuration::Configuration
SourceXtractor::MultiThresholdPartitionConfig
Definition:
MultiThresholdPartitionConfig.h:32
std::map
STL class.
SourceXtractor::MultiThresholdPartitionConfig::initialize
void initialize(const UserValues &args) override
Definition:
MultiThresholdPartitionConfig.cpp:55
Configuration.h
Generated by
1.8.5