SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PositionedModel.h
Go to the documentation of this file.
1 
23 #ifndef MODELFITTING_POSITIONEDMODEL_H
24 #define MODELFITTING_POSITIONEDMODEL_H
25 
27 
28 namespace ModelFitting {
29 
31 
32 public:
33 
35 
37 
38  virtual ~PositionedModel() = default;
39 
40  double getX() const;
41 
42  double getY() const;
43 
44 private:
47 
48 }; // end of class ConstantModel
49 
50 } // end of namespace ModelFitting
51 
52 #endif /* MODELFITTING_POSITIONEDMODEL_H */
53 
virtual ~PositionedModel()=default
PositionedModel(std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y)
std::shared_ptr< BasicParameter > m_y
std::shared_ptr< BasicParameter > m_x