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

Method GeneratePolyLine

Modules/PlanarFigure/src/DataManagement/mitkPlanarAngle.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void mitk::PlanarAngle::GeneratePolyLine()
34{
35 this->ClearPolyLines();
36
37 for (unsigned int i = 0; i < this->GetNumberOfControlPoints(); i++)
38 this->AppendPointToPolyLine(0, this->GetControlPoint(i));
39}
40
41void mitk::PlanarAngle::GenerateHelperPolyLine(double mmPerDisplayUnit, unsigned int displayHeight)
42{

Callers

nothing calls this directly

Calls 4

ClearPolyLinesMethod · 0.80
AppendPointToPolyLineMethod · 0.80
GetControlPointMethod · 0.80

Tested by

no test coverage detected