|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
CoordinateConverter implementation which performs no conversion. More...
#include <NeutralConverter.h>
Public Member Functions | |
| double | worldToEngine (const double world_value) const override |
| World to engine coordinate converter. More... | |
| double | engineToWorld (const double engine_value) const override |
| Engine to world coordinate converter. More... | |
| double | getEngineToWorldDerivative (const double value) const override |
| virtual | ~NeutralConverter () |
| Destructor. More... | |
Public Member Functions inherited from ModelFitting::CoordinateConverter | |
| virtual | ~CoordinateConverter () |
| Destructor. More... | |
CoordinateConverter implementation which performs no conversion.
Definition at line 38 of file NeutralConverter.h.
|
virtualdefault |
Destructor.
|
overridevirtual |
Engine to world coordinate converter.
| engine_value |
Implements ModelFitting::CoordinateConverter.
Definition at line 35 of file NeutralConverter.cpp.
|
overridevirtual |
Implements ModelFitting::CoordinateConverter.
Definition at line 39 of file NeutralConverter.cpp.
|
overridevirtual |
World to engine coordinate converter.
| world_value | The value of the parameter in world coordinate |
Implements ModelFitting::CoordinateConverter.
Definition at line 31 of file NeutralConverter.cpp.
1.8.14