SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ConstantModel.h
Go to the documentation of this file.
1 
23 #ifndef MODELFITTING_CONSTANTMODEL_H
24 #define MODELFITTING_CONSTANTMODEL_H
25 
27 
28 namespace ModelFitting {
29 
31 
32 public:
33 
35 
37 
38  virtual ~ConstantModel();
39 
40  double getValue() const;
41 
42 private:
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
Definition: ConstantModel.h:43
ConstantModel(std::shared_ptr< BasicParameter > value)