SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
FlexibleModelFittingConverterFactory.cpp
Go to the documentation of this file.
1
17/*
18 * FlexibleModelFittingConverterFactory.cpp
19 *
20 * Created on: May 10, 2019
21 * Author: mschefer
22 */
23
24#include "AlexandriaKernel/memory_tools.h"
25
29
31
32namespace SourceXtractor {
33
34using namespace ModelFitting;
36
43
50
56
57
58}
59
std::unique_ptr< ModelFitting::CoordinateConverter > getConverter(double initial_value, const SourceInterface &source) const override
std::unique_ptr< ModelFitting::CoordinateConverter > getConverter(double initial_value, const SourceInterface &source) const override
std::unique_ptr< ModelFitting::CoordinateConverter > getConverter(double initial_value, const SourceInterface &source) const override
The SourceInterface is an abstract "source" that has properties attached to it.
std::unique_ptr< T > make_unique(Args &&... args)
T tie(T... args)