MCPcopy Create free account
hub / github.com/Schildkroet/Candle2 / reset

Method reset

src/parser/gcodeviewparse.cpp:78–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void GcodeViewParse::reset()
79{
80 foreach (LineSegment *ls, m_lines) delete ls;
81 m_lines.clear();
82 m_lineIndexes.clear();
83 currentLine = 0;
84 m_min = QVector3D(qQNaN(), qQNaN(), qQNaN());
85 m_max = QVector3D(qQNaN(), qQNaN(), qQNaN());
86 m_minLength = qQNaN();
87}
88
89double GcodeViewParse::getMinLength() const
90{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected