SourceXtractorPlusPlus
0.19.2
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ModelFitting
ModelFitting
Parameters
NormalizedConverter.h
Go to the documentation of this file.
1
23
#ifndef MODELFITTING_NORMALIZEDCONVERTER_H
24
#define MODELFITTING_NORMALIZEDCONVERTER_H
25
26
#include "
ModelFitting/Parameters/CoordinateConverter.h
"
27
28
namespace
ModelFitting
{
29
36
class
NormalizedConverter
:
public
CoordinateConverter
{
37
38
public
:
39
46
explicit
NormalizedConverter
(
double
norm_value);
47
49
virtual
~NormalizedConverter
();
50
63
double
worldToEngine
(
const
double
world_value)
const override
;
64
77
double
engineToWorld
(
const
double
engine_value)
const override
;
78
79
double
getEngineToWorldDerivative
(
const
double
value)
const override
;
80
81
82
private
:
83
84
double
m_norm_value
;
85
86
};
// end of class NormalizedConverter
87
88
}
// end of namespace ModelFitting
89
90
#endif
/* MODELFITTING_NORMALIZEDCONVERTER_H */
91
CoordinateConverter.h
ModelFitting::CoordinateConverter
The coordinate converter interface.
Definition
CoordinateConverter.h:43
ModelFitting::NormalizedConverter
CoordinateConverter implementation which performs normalization.
Definition
NormalizedConverter.h:36
ModelFitting::NormalizedConverter::m_norm_value
double m_norm_value
Definition
NormalizedConverter.h:84
ModelFitting::NormalizedConverter::worldToEngine
double worldToEngine(const double world_value) const override
Returns the engine value for the given world value.
Definition
NormalizedConverter.cpp:31
ModelFitting::NormalizedConverter::~NormalizedConverter
virtual ~NormalizedConverter()
Destructor.
ModelFitting::NormalizedConverter::engineToWorld
double engineToWorld(const double engine_value) const override
Returns the world value for the given engine value.
Definition
NormalizedConverter.cpp:35
ModelFitting::NormalizedConverter::getEngineToWorldDerivative
double getEngineToWorldDerivative(const double value) const override
Definition
NormalizedConverter.cpp:39
ModelFitting
Definition
AsinhChiSquareComparator.h:30
Generated by
1.9.7