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

Method GeneratePolyLine

Modules/PlanarFigure/src/DataManagement/mitkPlanarArrow.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

ClearPolyLinesMethod · 0.80
AppendPointToPolyLineMethod · 0.80
GetControlPointMethod · 0.80

Tested by

no test coverage detected