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

Method LinearScaleAlgorithm

gui/MatchMatrixAlgorithms.cxx:72–75  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

70
71//-----------------------------------------------------------------------------
72LinearScaleAlgorithm::LinearScaleAlgorithm(double maxRawValue)
73 : scale(1.0 / maxRawValue)
74{
75}
76
77//-----------------------------------------------------------------------------
78double LinearScaleAlgorithm::operator()(double rawValue) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected