SourceXtractorPlusPlus  0.13
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeasurementFrameGroupRectangleTask.h
Go to the documentation of this file.
1 
17 /*
18  * MeasurementFrameGroupRectangleTask.h
19  *
20  * Created on: Sep 5, 2018
21  * Author: Alejandro Alvarez Ayllon
22  */
23 
24 #ifndef _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEGROUPRECTANGLE_MEASUREMENTFRAMEGROUPRECTANGLETASK_H_
25 #define _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEGROUPRECTANGLE_MEASUREMENTFRAMEGROUPRECTANGLETASK_H_
26 
27 
29 
30 namespace SourceXtractor {
31 
33 public:
34 
35  virtual ~MeasurementFrameGroupRectangleTask() = default;
36 
37  MeasurementFrameGroupRectangleTask(unsigned instance): m_instance{instance} {}
38 
39  virtual void computeProperties(SourceGroupInterface& group) const override;
40 
41 private:
42  unsigned m_instance;
43 };
44 
45 } // end SourceXtractor
46 
47 
48 #endif // _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEGROUPRECTANGLE_MEASUREMENTFRAMEGROUPRECTANGLETASK_H_
A Task that acts on a SourceGroup to compute one or more properties.
Definition: GroupTask.h:36
virtual void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.