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

Class AbsoluteValueAlgorithm

gui/MatchMatrixAlgorithms.h:33–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32//-----------------------------------------------------------------------------
33class AbsoluteValueAlgorithm : public AbstractValueAlgorithm
34{
35 double operator()(Matrix const&, MatrixIterator const&) const override;
36 double max(double maxRawValue) const override;
37};
38
39//-----------------------------------------------------------------------------
40class AbstractRelativeValueAlgorithm : public AbstractValueAlgorithm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected