SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameGroupStampTask.h
Go to the documentation of this file.
1
17/*
18 * DetectionFrameGroupStampTask.h
19 *
20 * Created on: May 5, 2017
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEGROUPSTAMP_DETECTIONFRAMEGROUPSTAMPTASK_H_
25#define _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEGROUPSTAMP_DETECTIONFRAMEGROUPSTAMPTASK_H_
26
27
29
30namespace SourceXtractor {
31
38public:
39
43 virtual ~DetectionFrameGroupStampTask() = default;
44
47
48 void computeProperties(SourceGroupInterface& group) const override;
49
50}; /* End of DetectionFrameGroupStampTask class */
51
52}
53
54
55#endif /* _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEGROUPSTAMP_DETECTIONFRAMEGROUPSTAMPTASK_H_ */
void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.
virtual ~DetectionFrameGroupStampTask()=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.