SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MoffatModelEvaluatorTask.h
Go to the documentation of this file.
1
17/*
18 * MoffatModelFittingUtils.h
19 *
20 * Created on: 2019 M02 20
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_MOFFATMODELFITTING_MOFFATMODELEVALUATORTASK_H_
25#define _SEIMPLEMENTATION_PLUGIN_MOFFATMODELFITTING_MOFFATMODELEVALUATORTASK_H_
26
30
31namespace SourceXtractor {
32
34public:
35
37 source.setProperty<MoffatModelEvaluator>(source.getProperty<MoffatModelFitting>());
38 }
39
40private:
41};
42
43}
44
45#endif /* _SEIMPLEMENTATION_PLUGIN_MOFFATMODELFITTING_MOFFATMODELEVALUATORTASK_H_ */
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
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