SourceXtractorPlusPlus  0.12
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
30 namespace SourceXtractor {
31 
38 public:
39 
43  virtual ~DetectionFrameGroupStampTask() = default;
44 
47 
48  virtual void computeProperties(SourceGroupInterface& group) const override;
49 
50 }; /* End of DetectionFrameGroupStampTask class */
51 
52 }
53 
54 
55 #endif /* _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEGROUPSTAMP_DETECTIONFRAMEGROUPSTAMPTASK_H_ */
virtual void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.
A Task that acts on a SourceGroup to compute one or more properties.
Definition: GroupTask.h:36
Task to produce the DetectionFrameGroupStamp Property.
virtual ~DetectionFrameGroupStampTask()=default
Destructor.
Defines the interface used to group sources.