MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / MathParser

Method MathParser

file_plugins/gerber/mathparser.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <cmath>
21
22MathParser::MathParser(Gerber::VarMap* variables)
23 : variables(variables)
24{
25}
26
27double MathParser::getVariable(QString variableName)
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected