SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEMain
src
lib
SourceXtractorConfig.cpp
Go to the documentation of this file.
1
23
#include <
SEMain/SourceXtractorConfig.h
>
24
#include "
SEMain/PluginConfig.h
"
25
#include "
SEImplementation/Configuration/DetectionImageConfig.h
"
26
#include "
SEImplementation/Configuration/WeightImageConfig.h
"
27
28
#include "
SEImplementation/Configuration/BackgroundConfig.h
"
29
#include "
SEImplementation/Configuration/MinAreaPartitionConfig.h
"
30
#include "
SEImplementation/Configuration/AttractorsPartitionConfig.h
"
31
#include "
SEImplementation/Configuration/MultiThresholdPartitionConfig.h
"
32
#include "
SEImplementation/Configuration/CleaningConfig.h
"
33
34
namespace
po = boost::program_options;
35
36
namespace
SourceXtractor {
37
38
SourceXtractorConfig::SourceXtractorConfig
(
long
manager_id) :
Configuration
(manager_id) {
39
declareDependency<DetectionImageConfig>();
40
declareDependency<WeightImageConfig>();
41
42
declareDependency<BackgroundConfig>();
43
declareDependency<MinAreaPartitionConfig>();
44
declareDependency<AttractorsPartitionConfig>();
45
declareDependency<MultiThresholdPartitionConfig>();
46
declareDependency<CleaningConfig>();
47
// The following dependency is not used but it is included so its options
48
// are included in the help message
49
declareDependency<PluginConfig>();
50
}
51
52
}
// SourceXtractor namespace
53
54
55
SourceXtractor::SourceXtractorConfig::SourceXtractorConfig
SourceXtractorConfig(long manager_id)
Definition:
SourceXtractorConfig.cpp:38
WeightImageConfig.h
Euclid::Configuration::Configuration
MinAreaPartitionConfig.h
PluginConfig.h
BackgroundConfig.h
DetectionImageConfig.h
MultiThresholdPartitionConfig.h
AttractorsPartitionConfig.h
CleaningConfig.h
SourceXtractorConfig.h
Generated by
1.8.5