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

Method GeneratePolyLine

Modules/PlanarFigure/src/DataManagement/mitkPlanarLine.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

EvaluateFeaturesMethod · 0.45
GetPolyLinesSizeMethod · 0.45

Calls 3

ClearPolyLinesMethod · 0.80
AppendPointToPolyLineMethod · 0.80
GetControlPointMethod · 0.80

Tested by

no test coverage detected