MCPcopy Create free account
hub / github.com/Kitware/TeleSculptor / LinearScaleAlgorithm

Class LinearScaleAlgorithm

gui/MatchMatrixAlgorithms.h:83–92  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

81
82//-----------------------------------------------------------------------------
83class LinearScaleAlgorithm : public AbstractScaleAlgorithm
84{
85public:
86 LinearScaleAlgorithm(double maxRawValue);
87
88 double operator()(double rawValue) const override;
89
90protected:
91 double const scale;
92};
93
94//-----------------------------------------------------------------------------
95class LogarithmicScaleAlgorithm : public AbstractScaleAlgorithm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected