SourceXtractorPlusPlus
0.15
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
GroupInfo
GroupInfoTaskFactory.h
Go to the documentation of this file.
1
17
/*
18
* GroupInfoTaskFactory.h
19
*
20
* Created on: 2019 M01 30
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_GROUPINFO_GROUPINFOTASKFACTORY_H_
25
#define _SEIMPLEMENTATION_PLUGIN_GROUPINFO_GROUPINFOTASKFACTORY_H_
26
27
#include "
SEFramework/Task/TaskFactory.h
"
28
29
namespace
SourceXtractor
{
30
35
class
GroupInfoTaskFactory
:
public
TaskFactory
{
36
public
:
37
GroupInfoTaskFactory
() {}
38
40
virtual
~GroupInfoTaskFactory
() =
default
;
41
42
// TaskFactory implementation
43
virtual
std::shared_ptr<Task>
createTask
(
const
PropertyId
& property_id)
const override
;
44
45
void
reportConfigDependencies
(
Euclid::Configuration::ConfigManager
& manager)
const override
;
46
void
configure
(
Euclid::Configuration::ConfigManager
& manager)
override
;
47
48
private
:
49
};
50
51
}
/* namespace SourceXtractor */
52
53
#endif
/* _SEIMPLEMENTATION_PLUGIN_GROUPINFO_GROUPINFOTASKFACTORY_H_ */
TaskFactory.h
SourceXtractor::GroupInfoTaskFactory::configure
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
Definition:
GroupInfoTaskFactory.cpp:33
std::shared_ptr
STL class.
SourceXtractor::TaskFactory
Creates a Task for computing a given property.
Definition:
TaskFactory.h:42
Euclid::Configuration::ConfigManager
SourceXtractor::GroupInfoTaskFactory::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:
GroupInfoTaskFactory.cpp:36
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::GroupInfoTaskFactory::~GroupInfoTaskFactory
virtual ~GroupInfoTaskFactory()=default
Destructor.
SourceXtractor::GroupInfoTaskFactory::reportConfigDependencies
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
Definition:
GroupInfoTaskFactory.cpp:30
SourceXtractor::GroupInfoTaskFactory::GroupInfoTaskFactory
GroupInfoTaskFactory()
Definition:
GroupInfoTaskFactory.h:37
SourceXtractor::GroupInfoTaskFactory
Produces GroupInfoTask.
Definition:
GroupInfoTaskFactory.h:35
Generated by
1.8.20