SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
OnlySmooth.h
Go to the documentation of this file.
1
22
23#ifndef MODELFITTING_ONLYSMOOTH_H
24#define MODELFITTING_ONLYSMOOTH_H
25
27
28namespace ModelFitting {
29
31
32public:
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
void updateRasterizationInfo(double, double, Profile) override
std::pair< double, int > nextRadiusAndAngleNo(double) override
std::function< double(double)> Profile