SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Configuration
DetectionFrameConfig.h
Go to the documentation of this file.
1
17
18
#ifndef _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
19
#define _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
20
21
#include "Configuration/Configuration.h"
22
#include "
SEFramework/Frame/Frame.h
"
23
24
namespace
SourceXtractor
{
25
31
class
DetectionFrameConfig
:
public
Euclid::Configuration::Configuration
{
32
public
:
33
37
virtual
~DetectionFrameConfig
() =
default
;
38
40
explicit
DetectionFrameConfig
(
long
manager_id);
41
42
// std::map<std::string, Configuration::OptionDescriptionList> getProgramOptions() override;
43
44
void
initialize
(
const
UserValues
& args)
override
;
45
46
const
std::vector<std::shared_ptr<DetectionImageFrame>
>&
getDetectionFrames
()
const
{
47
return
m_frames
;
48
}
49
50
private
:
51
std::vector<std::shared_ptr<DetectionImageFrame>
>
m_frames
;
52
};
53
54
}
/* namespace SourceXtractor */
55
56
57
#endif
// _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
Frame.h
Euclid::Configuration::Configuration
Euclid::Configuration::Configuration::UserValues
std::map< std::string, boost::program_options::variable_value > UserValues
SourceXtractor::DetectionFrameConfig::getDetectionFrames
const std::vector< std::shared_ptr< DetectionImageFrame > > & getDetectionFrames() const
Definition
DetectionFrameConfig.h:46
SourceXtractor::DetectionFrameConfig::m_frames
std::vector< std::shared_ptr< DetectionImageFrame > > m_frames
Definition
DetectionFrameConfig.h:51
SourceXtractor::DetectionFrameConfig::~DetectionFrameConfig
virtual ~DetectionFrameConfig()=default
Destructor.
SourceXtractor::DetectionFrameConfig::initialize
void initialize(const UserValues &args) override
Definition
DetectionFrameConfig.cpp:48
SourceXtractor::DetectionFrameConfig::DetectionFrameConfig
DetectionFrameConfig(long manager_id)
Constructs a new DetectionFrameConfig object.
Definition
DetectionFrameConfig.cpp:41
SourceXtractor
Definition
Aperture.h:30
std::vector
Generated by
1.15.0