SourceXtractorPlusPlus  0.11
Please provide a description of the project.
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 
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_
SourceXtractor::MeasurementFrameGroupRectangleTask::MeasurementFrameGroupRectangleTask
MeasurementFrameGroupRectangleTask(unsigned instance)
Definition: MeasurementFrameGroupRectangleTask.h:37
GroupTask.h
SourceXtractor::GroupTask
A Task that acts on a SourceGroup to compute one or more properties.
Definition: GroupTask.h:36
SourceXtractor::MeasurementFrameGroupRectangleTask
Definition: MeasurementFrameGroupRectangleTask.h:32
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::MeasurementFrameGroupRectangleTask::~MeasurementFrameGroupRectangleTask
virtual ~MeasurementFrameGroupRectangleTask()=default
SourceXtractor::MeasurementFrameGroupRectangleTask::m_instance
unsigned m_instance
Definition: MeasurementFrameGroupRectangleTask.h:42
SourceXtractor::MeasurementFrameGroupRectangleTask::computeProperties
virtual void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Definition: MeasurementFrameGroupRectangleTask.cpp:35