SourceXtractorPlusPlus
0.14
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
ModelFitting
Models
OnlySmooth.h
Go to the documentation of this file.
1
23
#ifndef MODELFITTING_ONLYSMOOTH_H
24
#define MODELFITTING_ONLYSMOOTH_H
25
26
#include "
ModelFitting/Models/SharpRegionManager.h
"
27
28
namespace
ModelFitting {
29
30
class
OnlySmooth
:
public
SharpRegionManager
{
31
32
public
:
33
34
virtual
~OnlySmooth
();
35
36
void
updateRasterizationInfo
(
double
,
double
,
Profile
)
override
;
37
38
bool
insideSharpRegion
(
double
)
override
;
39
40
std::pair<double, int>
nextRadiusAndAngleNo
(
double
)
override
;
41
42
};
// end of class OnlySmooth
43
44
}
// end of namespace ModelFitting
45
46
#endif
/* MODELFITTING_ONLYSMOOTH_H */
47
ModelFitting::OnlySmooth::insideSharpRegion
bool insideSharpRegion(double) override
Definition:
OnlySmooth.cpp:33
std::function< double(double)>
ModelFitting::OnlySmooth::~OnlySmooth
virtual ~OnlySmooth()
ModelFitting::OnlySmooth
Definition:
OnlySmooth.h:30
ModelFitting::OnlySmooth::nextRadiusAndAngleNo
std::pair< double, int > nextRadiusAndAngleNo(double) override
Definition:
OnlySmooth.cpp:37
SharpRegionManager.h
std::pair
ModelFitting::SharpRegionManager
Definition:
SharpRegionManager.h:44
ModelFitting::OnlySmooth::updateRasterizationInfo
void updateRasterizationInfo(double, double, Profile) override
Definition:
OnlySmooth.cpp:29
Generated by
1.8.5