SourceXtractorPlusPlus
0.12
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
KronRadius
KronRadiusTaskFactory.h
Go to the documentation of this file.
1
17
/*
18
* KronRadiusTaskFactory.h
19
*
20
* Created on: Sep 12, 2018
21
* Author: mkuemmel@usm.lmu.de
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASKFACTORY_H_
25
#define _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASKFACTORY_H_
26
27
#include "
SEFramework/Task/TaskFactory.h
"
28
29
namespace
SourceXtractor {
30
31
class
KronRadiusTaskFactory
:
public
TaskFactory
{
32
public
:
33
KronRadiusTaskFactory
() {};
34
36
virtual
~KronRadiusTaskFactory
() =
default
;
37
38
// TaskFactory implementation
39
virtual
std::shared_ptr<Task>
createTask
(
const
PropertyId
& property_id)
const override
;
40
};
41
42
}
43
44
#endif
/* _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASKFACTORY_H_ */
std::shared_ptr
SourceXtractor::KronRadiusTaskFactory::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:
KronRadiusTaskFactory.cpp:36
SourceXtractor::TaskFactory
Creates a Task for computing a given property.
Definition:
TaskFactory.h:42
SourceXtractor::KronRadiusTaskFactory::KronRadiusTaskFactory
KronRadiusTaskFactory()
Definition:
KronRadiusTaskFactory.h:33
SourceXtractor::KronRadiusTaskFactory
Definition:
KronRadiusTaskFactory.h:31
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
SourceXtractor::KronRadiusTaskFactory::~KronRadiusTaskFactory
virtual ~KronRadiusTaskFactory()=default
Destructor.
TaskFactory.h
Generated by
1.8.5