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

Method IntersectionModule

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

Source from the content-addressed store, hash-verified

21#include "node/intersectionnode.h"
22
23IntersectionModule::IntersectionModule(Reporter& r) : Module(r,"intersection")
24{
25 addDescription(tr("Intersects the first child its subsequent children."));
26}
27
28Node* IntersectionModule::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected