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

Method ExponentialScaleAlgorithm

gui/MatchMatrixAlgorithms.cxx:98–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

96
97//-----------------------------------------------------------------------------
98ExponentialScaleAlgorithm::ExponentialScaleAlgorithm(
99 double maxRawValue, double exponent)
100 : scale(1.0 / maxRawValue), exponent(exponent)
101{
102}
103
104//-----------------------------------------------------------------------------
105double ExponentialScaleAlgorithm::operator()(double rawValue) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected