SourceXtractorPlusPlus  0.11
Please provide a description of the project.
SersicProfile.h
Go to the documentation of this file.
1 
23 #ifndef MODELFITTING_SERSICPROFILEPROJECTION_H
24 #define MODELFITTING_SERSICPROFILEPROJECTION_H
25 
27 
28 namespace ModelFitting {
29 
36 
37 public:
38 
49 
53  SersicProfile(const SersicProfile& other);
54 
58  virtual ~SersicProfile();
59 
65  double operator()(double r) const;
66 
67 private:
68 
72 
73 }; // end of class SersicProfile
74 
75 } // end of namespace ModelFitting
76 
77 #endif /* MODELFITTING_SERSICPROFILEPROJECTION_H */
78 
double operator()(double r) const
SersicProfile(std::shared_ptr< BasicParameter > i0, std::shared_ptr< BasicParameter > n, std::shared_ptr< BasicParameter > k)
std::shared_ptr< BasicParameter > m_i0
Definition: SersicProfile.h:69
std::shared_ptr< BasicParameter > m_k
Definition: SersicProfile.h:71
std::shared_ptr< BasicParameter > m_n
Definition: SersicProfile.h:70