SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
IsophotalFluxTask.h
Go to the documentation of this file.
1
23#ifndef _SEIMPLEMENTATION_TASK_ISOPHOTALFLUXTASK_H
24#define _SEIMPLEMENTATION_TASK_ISOPHOTALFLUXTASK_H
25
27
28namespace SourceXtractor {
29
37
38public:
39
43 virtual ~IsophotalFluxTask() = default;
44
46
47 void computeProperties(SourceInterface& source) const override;
48
49
50private:
52
53}; /* End of IsophotalFluxTask class */
54
55
56} /* namespace SourceXtractor */
57
58
59#endif
Task to produce the IsophotalFlux Property.
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
virtual ~IsophotalFluxTask()=default
Destructor.
IsophotalFluxTask(SeFloat magnitude_zero_point)
The SourceInterface is an abstract "source" that has properties attached to it.
A Task that acts on a Source to compute one or more properties.
Definition SourceTask.h:36