-----------------------------------------------------------------------------
| 38 | |
| 39 | //----------------------------------------------------------------------------- |
| 40 | class AbstractRelativeValueAlgorithm : public AbstractValueAlgorithm |
| 41 | { |
| 42 | double max(double maxRawValue) const override; |
| 43 | }; |
| 44 | |
| 45 | //----------------------------------------------------------------------------- |
| 46 | class RelativeXValueAlgorithm : public AbstractRelativeValueAlgorithm |
nothing calls this directly
no outgoing calls
no test coverage detected