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

Method SymmetricDifferenceModule

src/module/symmetricdifferencemodule.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "node/symmetricdifferencenode.h"
22
23SymmetricDifferenceModule::SymmetricDifferenceModule(Reporter& r) : Module(r,"symmetric_difference")
24{
25 addDescription(tr("Subtracts its children from each other."));
26}
27
28Node* SymmetricDifferenceModule::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected