SourceXtractorPlusPlus
0.11
Please provide a description of the project.
ModelFitting
src
lib
Models
OnlySmooth.cpp
Go to the documentation of this file.
1
23
#include "
ModelFitting/Models/OnlySmooth.h
"
24
25
namespace
ModelFitting
{
26
27
OnlySmooth::~OnlySmooth
() =
default
;
28
29
void
OnlySmooth::updateRasterizationInfo
(
double
,
double
,
Profile
) {
30
// do nothing here
31
}
32
33
bool
OnlySmooth::insideSharpRegion
(
double
) {
34
return
false
;
35
}
36
37
std::pair<double, int>
OnlySmooth::nextRadiusAndAngleNo
(
double
) {
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
Generated by
1.8.18