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

Class AbstractRelativeValueAlgorithm

gui/MatchMatrixAlgorithms.h:40–43  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

38
39//-----------------------------------------------------------------------------
40class AbstractRelativeValueAlgorithm : public AbstractValueAlgorithm
41{
42 double max(double maxRawValue) const override;
43};
44
45//-----------------------------------------------------------------------------
46class RelativeXValueAlgorithm : public AbstractRelativeValueAlgorithm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected