SourceXtractorPlusPlus  0.13
Please provide a description of the project.
OnlySmooth.h
Go to the documentation of this file.
1 
23 #ifndef MODELFITTING_ONLYSMOOTH_H
24 #define MODELFITTING_ONLYSMOOTH_H
25 
27 
28 namespace ModelFitting {
29 
31 
32 public:
33 
34  virtual ~OnlySmooth();
35 
36  void updateRasterizationInfo(double, double, Profile) override;
37 
38  bool insideSharpRegion(double) override;
39 
41 
42 }; // end of class OnlySmooth
43 
44 } // end of namespace ModelFitting
45 
46 #endif /* MODELFITTING_ONLYSMOOTH_H */
47 
std::pair
ModelFitting::OnlySmooth::nextRadiusAndAngleNo
std::pair< double, int > nextRadiusAndAngleNo(double) override
Definition: OnlySmooth.cpp:37
std::function< double(double)>
ModelFitting::OnlySmooth::insideSharpRegion
bool insideSharpRegion(double) override
Definition: OnlySmooth.cpp:33
ModelFitting::OnlySmooth::updateRasterizationInfo
void updateRasterizationInfo(double, double, Profile) override
Definition: OnlySmooth.cpp:29
SharpRegionManager.h
ModelFitting::OnlySmooth
Definition: OnlySmooth.h:30
ModelFitting::OnlySmooth::~OnlySmooth
virtual ~OnlySmooth()
ModelFitting
Definition: AsinhChiSquareComparator.h:30
ModelFitting::SharpRegionManager
Definition: SharpRegionManager.h:44