| 81 | } |
| 82 | |
| 83 | std::string_view PointMeasurementObject::getComparablePropertyName( std::size_t i ) const |
| 84 | { |
| 85 | (void)i; |
| 86 | assert( i == 0 ); |
| 87 | return "Deviation"; |
| 88 | } |
| 89 | |
| 90 | std::optional<PointMeasurementObject::ComparableProperty> PointMeasurementObject::computeComparableProperty( std::size_t i ) const |
| 91 | { |
no outgoing calls
no test coverage detected