SourceXtractorPlusPlus
0.15
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
Plugin
Vignet
VignetConfig.h
Go to the documentation of this file.
1
17
/*
18
* @file BackgroundConfiguration.h
19
* @author nikoapos
20
*/
21
22
#ifndef _SEIMPLEMENTATION_PLUGIN_VIGNETCONFIG_H
23
#define _SEIMPLEMENTATION_PLUGIN_VIGNETCONFIG_H
24
25
#include "
Configuration/Configuration.h
"
26
#include "
SEFramework/Image/Image.h
"
27
28
namespace
SourceXtractor {
29
30
class
VignetConfig
:
public
Euclid::Configuration::Configuration
{
31
32
public
:
33
34
VignetConfig
(
long
manager_id);
35
36
virtual
~VignetConfig
() =
default
;
37
38
std::map<std::string, Configuration::OptionDescriptionList>
getProgramOptions
()
override
;
39
40
void
initialize
(
const
UserValues& args)
override
;
41
42
const
std::array<int, 2>
&
getVignetSize
()
const
{
43
return
m_vignet_size
;
44
}
45
46
double
getVignetDefaultPixval
()
const
{
47
return
m_vignet_default_pixval
;
48
}
49
50
private
:
51
std::array<int, 2>
m_vignet_size
;
52
double
m_vignet_default_pixval
;
53
54
};
55
56
}
/* namespace SourceXtractor */
57
58
#endif
/* _SEIMPLEMENTATION_PLUGIN_VIGNETCONFIG_H */
59
SourceXtractor::VignetConfig::getProgramOptions
std::map< std::string, Configuration::OptionDescriptionList > getProgramOptions() override
Definition:
VignetConfig.cpp:40
SourceXtractor::VignetConfig::initialize
void initialize(const UserValues &args) override
Definition:
VignetConfig.cpp:49
SourceXtractor::VignetConfig::m_vignet_size
std::array< int, 2 > m_vignet_size
Definition:
VignetConfig.h:51
Euclid::Configuration::Configuration
SourceXtractor::VignetConfig
Definition:
VignetConfig.h:30
std::map
STL class.
Image.h
SourceXtractor::VignetConfig::getVignetSize
const std::array< int, 2 > & getVignetSize() const
Definition:
VignetConfig.h:42
SourceXtractor::VignetConfig::~VignetConfig
virtual ~VignetConfig()=default
SourceXtractor::VignetConfig::VignetConfig
VignetConfig(long manager_id)
Definition:
VignetConfig.cpp:34
std::array< int, 2 >
SourceXtractor::VignetConfig::m_vignet_default_pixval
double m_vignet_default_pixval
Definition:
VignetConfig.h:52
Configuration.h
SourceXtractor::VignetConfig::getVignetDefaultPixval
double getVignetDefaultPixval() const
Definition:
VignetConfig.h:46
Generated by
1.8.5