| 42 | |
| 43 | double refDistance() const { return m_refDistance; } |
| 44 | double maxDistance() const { return m_maxDistance; } |
| 45 | double rolloffFactor() const { return m_rolloffFactor; } |
| 46 | |
| 47 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected