SourceXtractorPlusPlus
0.13
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
Psf
PsfTaskFactory.h
Go to the documentation of this file.
1
17
/*
18
* PsfTaskFactory.h
19
*
20
* Created on: Jun 25, 2018
21
* Author: Alejandro Álvarez Ayllón
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_PSF_PSFTASKFACTORY_H_
25
#define _SEIMPLEMENTATION_PLUGIN_PSF_PSFTASKFACTORY_H_
26
27
#include <map>
28
29
#include "
SEFramework/Task/TaskFactory.h
"
30
#include "
SEImplementation/Plugin/Psf/PsfTask.h
"
31
#include "
PsfPluginConfig.h
"
32
33
namespace
SourceXtractor
{
34
35
class
PsfTaskFactory
:
public
TaskFactory
{
36
public
:
37
virtual
~PsfTaskFactory
() =
default
;
38
39
void
reportConfigDependencies
(
Euclid::Configuration::ConfigManager
& manager)
const override
;
40
41
void
configure
(
Euclid::Configuration::ConfigManager
& manager)
override
;
42
43
virtual
std::shared_ptr<Task>
createTask
(
const
PropertyId
& property_id)
const override
;
44
45
private
:
46
std::map<int, std::shared_ptr<VariablePsf>
>
m_vpsf
;
47
};
48
49
}
// end SourceXtractor
50
51
#endif //_SEIMPLEMENTATION_PLUGIN_PSF_PSFTASKFACTORY_H_
PsfPluginConfig.h
TaskFactory.h
std::shared_ptr
STL class.
SourceXtractor::TaskFactory
Creates a Task for computing a given property.
Definition:
TaskFactory.h:42
Euclid::Configuration::ConfigManager
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::PsfTaskFactory::~PsfTaskFactory
virtual ~PsfTaskFactory()=default
SourceXtractor::PsfTaskFactory::reportConfigDependencies
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
Definition:
PsfTaskFactory.cpp:29
SourceXtractor::PsfTaskFactory::m_vpsf
std::map< int, std::shared_ptr< VariablePsf > > m_vpsf
Definition:
PsfTaskFactory.h:46
SourceXtractor::PsfTaskFactory::configure
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
Definition:
PsfTaskFactory.cpp:34
std::map
STL class.
PsfTask.h
SourceXtractor::PsfTaskFactory::createTask
virtual std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Definition:
PsfTaskFactory.cpp:57
SourceXtractor::PsfTaskFactory
Definition:
PsfTaskFactory.h:35
Generated by
1.8.20