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
SEImplementation
SEImplementation
Configuration
DetectionFrameConfig.h
Go to the documentation of this file.
1
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
Euclid::Configuration::Configuration
SourceXtractor::DetectionFrameConfig::m_frames
std::vector< std::shared_ptr< DetectionImageFrame > > m_frames
Definition:
DetectionFrameConfig.h:51
Frame.h
SourceXtractor::DetectionFrameConfig::getDetectionFrames
const std::vector< std::shared_ptr< DetectionImageFrame > > & getDetectionFrames() const
Definition:
DetectionFrameConfig.h:46
std::vector
STL class.
SourceXtractor::DetectionFrameConfig::~DetectionFrameConfig
virtual ~DetectionFrameConfig()=default
Destructor.
SourceXtractor::DetectionFrameConfig::DetectionFrameConfig
DetectionFrameConfig(long manager_id)
Constructs a new DetectionFrameConfig object.
Definition:
DetectionFrameConfig.cpp:41
SourceXtractor::DetectionFrameConfig::initialize
void initialize(const UserValues &args) override
Definition:
DetectionFrameConfig.cpp:48
Configuration.h
SourceXtractor::DetectionFrameConfig
Provides combined detection frame.
Definition:
DetectionFrameConfig.h:31
Generated by
1.8.5