SourceXtractorPlusPlus  0.16
Please provide a description of the project.
OnlySmooth.cpp
Go to the documentation of this file.
1 
24 
25 namespace ModelFitting {
26 
27 OnlySmooth::~OnlySmooth() = default;
28 
30  // do nothing here
31 }
32 
34  return false;
35 }
36 
38  return std::make_pair(0., 0);
39 }
40 
41 } // end of namespace ModelFitting
bool insideSharpRegion(double) override
Definition: OnlySmooth.cpp:33
void updateRasterizationInfo(double, double, Profile) override
Definition: OnlySmooth.cpp:29
std::pair< double, int > nextRadiusAndAngleNo(double) override
Definition: OnlySmooth.cpp:37
T make_pair(T... args)