SourceXtractorPlusPlus  0.12
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 
bool insideSharpRegion(double) override
Definition: OnlySmooth.cpp:33
std::pair< double, int > nextRadiusAndAngleNo(double) override
Definition: OnlySmooth.cpp:37
void updateRasterizationInfo(double, double, Profile) override
Definition: OnlySmooth.cpp:29