SourceXtractorPlusPlus  0.12
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KronRadiusTask.h
Go to the documentation of this file.
1 
17 /*
18  * AperturePhotometryTask.h
19  *
20  * Created on: Sep 22, 2016
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASK_H_
25 #define _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASK_H_
26 
27 //#include <memory>
28 
31 
32 namespace SourceXtractor {
33 
34 class KronRadiusTask : public SourceTask {
35 public:
36 
38  virtual ~KronRadiusTask() = default;
39 
41 
42  virtual void computeProperties(SourceInterface& source) const override;
43 
44 };
45 }
46 
47 #endif /* _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASK_H_ */
virtual ~KronRadiusTask()=default
Destructor.
A Task that acts on a Source to compute one or more properties.
Definition: SourceTask.h:36
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
The SourceInterface is an abstract &quot;source&quot; that has properties attached to it.