| 35 | } |
| 36 | |
| 37 | void mitk::PlanarArrow::GeneratePolyLine() |
| 38 | { |
| 39 | this->ClearPolyLines(); |
| 40 | |
| 41 | this->AppendPointToPolyLine(0, this->GetControlPoint(0)); |
| 42 | this->AppendPointToPolyLine(0, this->GetControlPoint(1)); |
| 43 | } |
| 44 | |
| 45 | void mitk::PlanarArrow::GenerateHelperPolyLine(double mmPerDisplayUnit, unsigned int displayHeight) |
| 46 | { |
nothing calls this directly
no test coverage detected