SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PositionedModel.h
Go to the documentation of this file.
1
22
23#ifndef MODELFITTING_POSITIONEDMODEL_H
24#define MODELFITTING_POSITIONEDMODEL_H
25
27
28namespace ModelFitting {
29
31
32public:
33
35
37
38 virtual ~PositionedModel() = default;
39
40 double getX() const;
41
42 double getY() const;
43
44private:
47
48}; // end of class ConstantModel
49
50} // end of namespace ModelFitting
51
52#endif /* MODELFITTING_POSITIONEDMODEL_H */
53
PositionedModel(std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y)
virtual ~PositionedModel()=default
std::shared_ptr< BasicParameter > m_x
std::shared_ptr< BasicParameter > m_y