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

Method ComplementModule

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

Source from the content-addressed store, hash-verified

21#include "node/complementnode.h"
22
23ComplementModule::ComplementModule(Reporter& r) : Module(r,"complement")
24{
25 addDescription(tr("Creates the boolean complement of its children."));
26}
27
28Node* ComplementModule::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected