MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / getParameters

Method getParameters

src/function.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50const QList<Parameter*> Function::getParameters() const
51{
52 return parameters;
53}
54
55void Function::setParameters(const QList<Parameter*>& params)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected