SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::MeasurementFrameTaskFactory Class Reference

#include <MeasurementFrameTaskFactory.h>

Inheritance diagram for SourceXtractor::MeasurementFrameTaskFactory:
[legend]
Collaboration diagram for SourceXtractor::MeasurementFrameTaskFactory:
[legend]

Public Member Functions

 MeasurementFrameTaskFactory ()
 
virtual ~MeasurementFrameTaskFactory ()=default
 Destructor. More...
 
virtual std::shared_ptr< TaskcreateTask (const PropertyId &property_id) const override
 Returns a Task producing a Property corresponding to the given PropertyId. More...
 
void reportConfigDependencies (Euclid::Configuration::ConfigManager &manager) const override
 Registers all the Configuration dependencies. More...
 
void configure (Euclid::Configuration::ConfigManager &manager) override
 Method which should initialize the object. More...
 
- Public Member Functions inherited from SourceXtractor::TaskFactory
virtual ~TaskFactory ()=default
 Destructor. More...
 
virtual void registerPropertyInstances (OutputRegistry &)
 
- Public Member Functions inherited from SourceXtractor::Configurable
virtual ~Configurable ()=default
 Destructor. More...
 

Private Attributes

std::map< int, std::shared_ptr
< MeasurementImageFrame > > 
m_measurement_frames
 

Detailed Description

Definition at line 33 of file MeasurementFrameTaskFactory.h.

Constructor & Destructor Documentation

SourceXtractor::MeasurementFrameTaskFactory::MeasurementFrameTaskFactory ( )
inline

Definition at line 35 of file MeasurementFrameTaskFactory.h.

virtual SourceXtractor::MeasurementFrameTaskFactory::~MeasurementFrameTaskFactory ( )
virtualdefault

Destructor.

Member Function Documentation

void SourceXtractor::MeasurementFrameTaskFactory::configure ( Euclid::Configuration::ConfigManager manager)
overridevirtual

Method which should initialize the object.

The given manager is guaranteed to already be in the initialized state, so all the required Configurations can be accessed using its getConfiguration() method.

Parameters
managerThe manager to get the Configurations from

Reimplemented from SourceXtractor::TaskFactory.

Definition at line 56 of file MeasurementFrameTaskFactory.cpp.

References SourceXtractor::BackgroundAnalyzerFactory::configure(), SourceXtractor::ProcessedImage< T, P >::create(), SourceXtractor::BackgroundAnalyzerFactory::createBackgroundAnalyzer(), Euclid::Configuration::ConfigManager::getConfiguration(), m_measurement_frames, and std::stringstream::str().

Here is the call graph for this function:

std::shared_ptr< Task > SourceXtractor::MeasurementFrameTaskFactory::createTask ( const PropertyId property_id) const
overridevirtual

Returns a Task producing a Property corresponding to the given PropertyId.

Implements SourceXtractor::TaskFactory.

Definition at line 40 of file MeasurementFrameTaskFactory.cpp.

References SourceXtractor::PropertyId::getIndex(), SourceXtractor::PropertyId::getTypeId(), and m_measurement_frames.

Here is the call graph for this function:

void SourceXtractor::MeasurementFrameTaskFactory::reportConfigDependencies ( Euclid::Configuration::ConfigManager manager) const
overridevirtual

Registers all the Configuration dependencies.

Configurable implementations should implement this method to register to the given ConfigManager (using the registerConfiguration() method) all the Configurations they are going to use

Parameters
managerThe manager to register the dependencies to

Reimplemented from SourceXtractor::TaskFactory.

Definition at line 51 of file MeasurementFrameTaskFactory.cpp.

References Euclid::Configuration::ConfigManager::registerConfiguration().

Here is the call graph for this function:

Member Data Documentation

std::map<int, std::shared_ptr<MeasurementImageFrame> > SourceXtractor::MeasurementFrameTaskFactory::m_measurement_frames
private

Definition at line 47 of file MeasurementFrameTaskFactory.h.

Referenced by configure(), and createTask().


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