SourceXtractorPlusPlus  0.15
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
std::pair
OnlySmooth.h
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
ModelFitting::OnlySmooth::~OnlySmooth
virtual ~OnlySmooth()
std::make_pair
T make_pair(T... args)
ModelFitting
Definition: AsinhChiSquareComparator.h:30