| 28 | } |
| 29 | |
| 30 | void mitk::PlanarLine::GeneratePolyLine() |
| 31 | { |
| 32 | this->ClearPolyLines(); |
| 33 | |
| 34 | this->AppendPointToPolyLine(0, this->GetControlPoint(0)); |
| 35 | this->AppendPointToPolyLine(0, this->GetControlPoint(1)); |
| 36 | } |
| 37 | |
| 38 | void mitk::PlanarLine::GenerateHelperPolyLine(double /*mmPerDisplayUnit*/, unsigned int /*displayHeight*/) |
| 39 | { |
no test coverage detected