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

Method evaluate

src/nodeevaluator.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173bool NodeEvaluator::evaluate(const Node& op,Operations type)
174{
175 return evaluate(op,type,nullptr);
176}
177
178bool NodeEvaluator::evaluate(const Node& op,Operations type,Primitive* first)
179{

Callers

nothing calls this directly

Calls 10

getChildrenMethod · 0.45
acceptMethod · 0.45
groupLaterMethod · 0.45
joinLaterMethod · 0.45
differenceMethod · 0.45
intersectionMethod · 0.45
symmetric_differenceMethod · 0.45
minkowskiMethod · 0.45
glideMethod · 0.45
combineMethod · 0.45

Tested by

no test coverage detected