SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
28
29namespace SourceXtractor {
30
32public:
34
36 virtual ~WorldCentroidTaskFactory() = default;
37
38 // TaskFactory implementation
40};
41
42
43}
44
45#endif
Identifier used to set and retrieve properties.
Definition PropertyId.h:40
Creates a Task for computing a given property.
Definition TaskFactory.h:42
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
virtual ~WorldCentroidTaskFactory()=default
Destructor.