MCPcopy Create free account
hub / github.com/MITK/MITK / GeneratePolyLine

Method GeneratePolyLine

Modules/PlanarFigure/src/DataManagement/mitkPlanarRectangle.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void mitk::PlanarRectangle::GeneratePolyLine()
84{
85 this->ClearPolyLines();
86
87 for (unsigned int i = 0; i < this->GetNumberOfControlPoints(); ++i)
88 this->AppendPointToPolyLine(0, this->GetControlPoint(i));
89}
90
91void mitk::PlanarRectangle::GenerateHelperPolyLine(double /*mmPerDisplayUnit*/, unsigned int /*displayHeight*/)
92{

Callers

nothing calls this directly

Calls 4

ClearPolyLinesMethod · 0.80
AppendPointToPolyLineMethod · 0.80
GetControlPointMethod · 0.80

Tested by

no test coverage detected