| 163 | |
| 164 | float MinValue() const { return minVal; }; |
| 165 | float MaxValue() const { return maxVal; }; |
| 166 | |
| 167 | template<typename TSerializer> void SerializeValue(TSerializer& serializer) |
| 168 | { |
nothing calls this directly
no outgoing calls
no test coverage detected