SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEMain
src
lib
SourceXtractorConfig.cpp
Go to the documentation of this file.
1
22
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
AttractorsPartitionConfig.h
BackgroundConfig.h
CleaningConfig.h
DetectionImageConfig.h
MinAreaPartitionConfig.h
MultiThresholdPartitionConfig.h
PluginConfig.h
SourceXtractorConfig.h
WeightImageConfig.h
Euclid::Configuration::Configuration::declareDependency
void declareDependency()
Euclid::Configuration::Configuration::Configuration
Configuration(long manager_id)
SourceXtractor::SourceXtractorConfig::SourceXtractorConfig
SourceXtractorConfig(long manager_id)
Definition
SourceXtractorConfig.cpp:38
SourceXtractor
Definition
Aperture.h:30
boost::program_options
Generated by
1.14.0