| 145 | } |
| 146 | |
| 147 | void QmitkPiecewiseFunctionCanvas::MoveFunctionPoint(int index, std::pair<double, double> pos) |
| 148 | { |
| 149 | RemoveFunctionPoint(GetFunctionX(index)); |
| 150 | m_GrabbedHandle = AddFunctionPoint(pos.first, pos.second); |
| 151 | } |
no test coverage detected