SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SourceXtractor::DetectionFrameConfig Class Reference

Provides combined detection frame. More...

#include <DetectionFrameConfig.h>

Inheritance diagram for SourceXtractor::DetectionFrameConfig:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::DetectionFrameConfig:
Collaboration graph
[legend]

Public Member Functions

virtual ~DetectionFrameConfig ()=default
 Destructor.
 
 DetectionFrameConfig (long manager_id)
 Constructs a new DetectionFrameConfig object.
 
void initialize (const UserValues &args) override
 
const std::vector< std::shared_ptr< DetectionImageFrame > > & getDetectionFrames () const
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
 Configuration (long manager_id)
 
virtual ~Configuration ()=default
 
virtual std::map< std::string, OptionDescriptionListgetProgramOptions ()
 
virtual void preInitialize (const UserValues &args)
 
virtual void postInitialize (const UserValues &args)
 
const std::set< std::type_index > & getDependencies ()
 
StategetCurrentState ()
 
State getCurrentState () const
 

Private Attributes

std::vector< std::shared_ptr< DetectionImageFrame > > m_frames
 

Additional Inherited Members

- Public Types inherited from Euclid::Configuration::Configuration
enum  State
 
typedef std::vector< boost::program_options::option_description > OptionDescriptionList
 
typedef std::map< std::string, boost::program_options::variable_value > UserValues
 
- Protected Member Functions inherited from Euclid::Configuration::Configuration
void declareDependency ()
 
T & getDependency ()
 
const T & getDependency () const
 

Detailed Description

Provides combined detection frame.

Definition at line 31 of file DetectionFrameConfig.h.

Constructor & Destructor Documentation

◆ ~DetectionFrameConfig()

virtual SourceXtractor::DetectionFrameConfig::~DetectionFrameConfig ( )
virtualdefault

Destructor.

◆ DetectionFrameConfig()

SourceXtractor::DetectionFrameConfig::DetectionFrameConfig ( long manager_id)
explicit

Constructs a new DetectionFrameConfig object.

Definition at line 41 of file DetectionFrameConfig.cpp.

Member Function Documentation

◆ getDetectionFrames()

const std::vector< std::shared_ptr< DetectionImageFrame > > & SourceXtractor::DetectionFrameConfig::getDetectionFrames ( ) const
inline

Definition at line 46 of file DetectionFrameConfig.h.

References m_frames.

◆ initialize()

void SourceXtractor::DetectionFrameConfig::initialize ( const UserValues & args)
overridevirtual

Member Data Documentation

◆ m_frames

std::vector<std::shared_ptr<DetectionImageFrame> > SourceXtractor::DetectionFrameConfig::m_frames
private

Definition at line 51 of file DetectionFrameConfig.h.

Referenced by getDetectionFrames(), and initialize().


The documentation for this class was generated from the following files: