SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ConstantModel.h
Go to the documentation of this file.
1
23#ifndef MODELFITTING_CONSTANTMODEL_H
24#define MODELFITTING_CONSTANTMODEL_H
25
27
28namespace ModelFitting {
29
31
32public:
33
35
37
38 virtual ~ConstantModel();
39
40 double getValue() const;
41
42private:
44
45}; // end of class ConstantModel
46
47} // end of namespace ModelFitting
48
49#endif /* MODELFITTING_CONSTANTMODEL_H */
50
std::shared_ptr< BasicParameter > m_value
ConstantModel(std::shared_ptr< BasicParameter > value)