SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 
 DetectionFrameConfig (long manager_id)
 Constructs a new DetectionFrameConfig object. More...
 
void initialize (const UserValues &args) override
 
const std::vector
< std::shared_ptr
< DetectionImageFrame > > & 
getDetectionFrames () const
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
virtual std::map< std::string,
OptionDescriptionList > 
getProgramOptions ()
 
virtual void preInitialize (const UserValues &args)
 

Private Attributes

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

Detailed Description

Provides combined detection frame.

Definition at line 31 of file DetectionFrameConfig.h.

Constructor & Destructor Documentation

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

Destructor.

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

Constructs a new DetectionFrameConfig object.

Definition at line 41 of file DetectionFrameConfig.cpp.

Member Function Documentation

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

Definition at line 46 of file DetectionFrameConfig.h.

References m_frames.

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

Member Data Documentation

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: