SourceXtractorPlusPlus
0.15
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
WorldCentroid
WorldCentroidTaskFactory.h
Go to the documentation of this file.
1
17
/*
18
* WorldCentroidTaskFactory.h
19
*
20
* Created on: Nov 21, 2016
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_WORLDCENTROID_WORLDCENTROIDTASKFACTORY_H_
25
#define _SEIMPLEMENTATION_PLUGIN_WORLDCENTROID_WORLDCENTROIDTASKFACTORY_H_
26
27
#include "
SEFramework/Task/TaskFactory.h
"
28
29
namespace
SourceXtractor
{
30
31
class
WorldCentroidTaskFactory
:
public
TaskFactory
{
32
public
:
33
WorldCentroidTaskFactory
() {}
34
36
virtual
~WorldCentroidTaskFactory
() =
default
;
37
38
// TaskFactory implementation
39
virtual
std::shared_ptr<Task>
createTask
(
const
PropertyId
& property_id)
const override
;
40
};
41
42
43
}
44
45
#endif
TaskFactory.h
std::shared_ptr
STL class.
SourceXtractor::WorldCentroidTaskFactory::WorldCentroidTaskFactory
WorldCentroidTaskFactory()
Definition:
WorldCentroidTaskFactory.h:33
SourceXtractor::TaskFactory
Creates a Task for computing a given property.
Definition:
TaskFactory.h:42
SourceXtractor::WorldCentroidTaskFactory
Definition:
WorldCentroidTaskFactory.h:31
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::WorldCentroidTaskFactory::~WorldCentroidTaskFactory
virtual ~WorldCentroidTaskFactory()=default
Destructor.
SourceXtractor::WorldCentroidTaskFactory::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:
WorldCentroidTaskFactory.cpp:30
Generated by
1.8.20