SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
NormalizedConverter.cpp
Go to the documentation of this file.
1
24
25namespace ModelFitting {
26
28
30
33}
34
37}
38
39double NormalizedConverter::getEngineToWorldDerivative(const double /*value*/) const {
40 return m_norm_value;
41}
42
43} // end of namespace ModelFitting
NormalizedConverter(double norm_value)
Constructs a new instance of NormalizedConverter.
double worldToEngine(const double world_value) const override
Returns the engine value for the given world value.
virtual ~NormalizedConverter()
Destructor.
double engineToWorld(const double engine_value) const override
Returns the world value for the given engine value.
double getEngineToWorldDerivative(const double value) const override