SourceXtractorPlusPlus
0.8
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
ModelFitting::OnlySmooth::insideSharpRegion
bool insideSharpRegion(double) override
Definition:
OnlySmooth.cpp:33
std::function< double(double)>
ModelFitting::OnlySmooth::~OnlySmooth
virtual ~OnlySmooth()
ModelFitting::OnlySmooth::nextRadiusAndAngleNo
std::pair< double, int > nextRadiusAndAngleNo(double) override
Definition:
OnlySmooth.cpp:37
std::make_pair
T make_pair(T...args)
std::pair
OnlySmooth.h
ModelFitting::OnlySmooth::updateRasterizationInfo
void updateRasterizationInfo(double, double, Profile) override
Definition:
OnlySmooth.cpp:29
Generated by
1.8.5