* @brief Set the coordinate of the measurement * * @param sample Sample coordinate of the measurement * @param line Line coordinate of the measurement, */
| 217 | * @param line Line coordinate of the measurement, |
| 218 | */ |
| 219 | ControlMeasure::Status ControlMeasure::SetCoordinate(double sample, |
| 220 | double line) { |
| 221 | return SetCoordinate(sample, line, GetType()); |
| 222 | } |
| 223 | |
| 224 | |
| 225 | /** |
no outgoing calls