SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
GroupInfoTask.h
Go to the documentation of this file.
1
17/*
18 * GroupInfoTask.h
19 *
20 * Created on: 2019 M01 29
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_GROUPINFO_GROUPINFOTASK_H_
25#define _SEIMPLEMENTATION_PLUGIN_GROUPINFO_GROUPINFOTASK_H_
26
28
29namespace SourceXtractor {
30
37class GroupInfoTask : public GroupTask {
38public:
39
43 virtual ~GroupInfoTask() = default;
45
46 void computeProperties(SourceGroupInterface& group) const override;
47
48private:
49
50}; /* End of GroupInfoTask class */
51
52
53} /* namespace SourceXtractor */
54
55
56
57#endif /* _SEIMPLEMENTATION_PLUGIN_GROUPINFO_GROUPINFOTASK_H_ */
Task to produce the GroupInfo Property.
void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.
virtual ~GroupInfoTask()=default
Destructor.
A Task that acts on a SourceGroup to compute one or more properties.
Definition GroupTask.h:36
Defines the interface used to group sources.