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

Class ExponentialScaleAlgorithm

gui/MatchMatrixAlgorithms.h:108–118  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

106
107//-----------------------------------------------------------------------------
108class ExponentialScaleAlgorithm : public AbstractScaleAlgorithm
109{
110public:
111 ExponentialScaleAlgorithm(double maxRawValue, double exponent);
112
113 double operator()(double rawValue) const override;
114
115protected:
116 double const scale;
117 double const exponent;
118};
119
120//END scale algorithms
121

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected