MCPcopy Create free account
hub / github.com/Denvi/Candle / ~GcodeViewParse

Method ~GcodeViewParse

src/candle/parser/gcodeviewparse.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35GcodeViewParse::~GcodeViewParse()
36{
37 foreach (LineSegment *ls, *m_lineSegments)
38 delete ls;
39
40 delete m_lineSegments;
41}
42
43QVector3D &GcodeViewParse::getViewLowerBounds()
44{

Callers

nothing calls this directly

Calls 1

foreachFunction · 0.70

Tested by

no test coverage detected