SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
30namespace SourceXtractor {
31
33public:
34
36
38
39 void computeProperties(SourceGroupInterface& group) const override;
40
41private:
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
void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Defines the interface used to group sources.