Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
GcodeViewParse::~GcodeViewParse()
36
{
37
foreach (LineSegment *ls, *m_lineSegments)
38
delete ls;
39
40
delete m_lineSegments;
41
}
42
43
QVector3D &GcodeViewParse::getViewLowerBounds()
44
{
Callers
nothing calls this directly
Calls
1
foreach
Function · 0.70
Tested by
no test coverage detected